Kubernetes

Securing the Supply Chain for Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Securing the Supply Chain for Kubernetes

Most supply chain vulnerabilities can be found in the images that are run on Kubernetes, and being able to secure the supply chain eliminates the biggest attack vector, the applications running in your cluster. In this talk, we will provide an overview of the Kubernetes Security Landscape. Then we will do a deep dive into supply chain security, and do

Read more
Architecting Applications for Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Architecting Applications for Kubernetes

Designing and running applications with scalability, portability, and robustness in mind can be challenging, especially as complexity grows. The architecture of an application or system has a significant impact on how it must be run, what it expects from its environment, and…

Read more
Como Inspecionar a Rede do Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Como Inspecionar a Rede do Kubernetes

O Kubernetes é um sistema de orquestração de container que pode gerenciar aplicações containerizadas em um cluster de nodes de servidores. A manutenção da conectividade de rede entre todos os containers em um cluster requer algumas técnicas avançadas de rede. Neste artigo vamos…

Read more
How To Access Vault Secrets Inside of Kubernetes Using External Secrets Operator (ESO) — step-by-step Kubernetes tutorial on Progressive Robot

How To Access Vault Secrets Inside of Kubernetes Using External Secrets Operator (ESO)

Secrets in Kubernetes can be used in pods to avoid keeping connection strings and other sensitive data in source control or to prevent your application from accessing sensitive data directly. Storing secrets in a secret store is a secure way to allow access for the required tools. In this tutorial, you’ll install the External Secrets Operator in a the cloud provider-managed Kubernetes cluster and set up a SecretStore as well as an ExternalSecrets to fetch some values from a HashiCorp Vault instance.

Read more
CHAT