top of page
Rafael Natali
DevOps, K8s, Cloud, and more...
Search


Using Linux kernel hardening tools to secure a K8s cluster
Using AppArmor and seccomp to harden your Kubernetes nodes.
Rafael Natali
Mar 36 min read
50 views
0 comments

Securing the Kubernetes Host Operating System
It is crucial to prioritise Kubernetes security by safeguarding the Kubernetes host from the containers operating on it.
Rafael Natali
Feb 194 min read
170 views
0 comments

Restrict K8s Secret access to a specific ServiceAccount
Restrict K8s Secret access to a specific ServiceAccount. Good practices for Kubernetes Secrets.
Rafael Natali
Oct 4, 20242 min read
131 views
0 comments

Handling Kubernetes vulnerabilities with CIS Benchmark
In this article, I will use a tool called kube-bench to evaluate a Kubernetes cluster for vulnerabilities covered in the CIS benchmark.
Rafael Natali
Sep 13, 20244 min read
32 views
0 comments


Securing your Azure Kubernetes Services Cluster with RBAC
In this article, I will present my perspective on securing an Azure Kubernetes cluster with the principle of least privilege as a top priori
Rafael Natali
Sep 7, 20242 min read
24 views
0 comments

Running 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 Natali
Sep 26, 20233 min read
1,184 views
0 comments


Running Kafka in Kubernetes with KRaft mode and SSL
Learn how to launch an Apache Kafka with the Apache Kafka Raft (KRaft) consensus protocol and SSL encryption. This article is a...
Rafael Natali
Sep 20, 20233 min read
182 views
0 comments

Pass secure information for building Docker images
Use Docker Buildkit to securely configure your Docker image to access private resources This article was originally published in Medium...
Rafael Natali
Aug 16, 20234 min read
9 views
0 comments


How to expose Kubernetes services to external traffic using Istio Gateway
Use a Gateway to manage inbound and outbound traffic for your mesh, letting you specify which traffic you want to enter or leave the...
Rafael Natali
Aug 15, 202310 min read
13 views
0 comments
bottom of page