Rafael NataliOct 42 min readRestrict K8s Secret access to a specific ServiceAccountRestrict K8s Secret access to a specific ServiceAccount. Good practices for Kubernetes Secrets.
Rafael NataliSep 134 min readHandling Kubernetes vulnerabilities with CIS BenchmarkIn this article, I will use a tool called kube-bench to evaluate a Kubernetes cluster for vulnerabilities covered in the CIS benchmark.
Rafael NataliSep 72 min readSecuring your Azure Kubernetes Services ClusterIn this article, I will present my perspective on securing an Azure Kubernetes cluster with the principle of least privilege as a top priori
Rafael NataliSep 26, 20233 min readRunning Kafka in Kubernetes with Kraft mode and SASL authentication.Learn how to launch an Apache Kafka with the Apache Kafka Raft (KRaft) consensus protocol and SASL/PLAIN authentication. This article is...
Rafael NataliSep 20, 20233 min readRunning Kafka in Kubernetes with KRaft mode and SSLLearn how to launch an Apache Kafka with the Apache Kafka Raft (KRaft) consensus protocol and SSL encryption. This article is a...
Rafael NataliAug 16, 20234 min readPass secure information for building Docker imagesUse Docker Buildkit to securely configure your Docker image to access private resources This article was originally published in Medium...
Rafael NataliAug 15, 202310 min readHow to expose Kubernetes services to external traffic using Istio GatewayUse a Gateway to manage inbound and outbound traffic for your mesh, letting you specify which traffic you want to enter or leave the...