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

Securing Kubernetes Workloads: Implementing Effective Network Policies
Network Policies are an application-centric construct that allows you to specify how a pod is allowed to communicate with various network...
Rafael Natali
Aug 22, 20233 min read
4 views
0 comments


Deploying Applications in Kubernetes Engine Made Easy with Ansible
Ansible infrastructure-as-code to automate Nginx deployment in Google Kubernetes Cluster (GKE) on Google Cloud Platform (GCP)....
Rafael Natali
Aug 22, 20233 min read
13 views
0 comments


Automate Your Kubernetes Cluster Setup Using Ansible: A Comprehensive Tutorial
Using Ansible to install, setup, and configure a Google Kubernetes Cluster (GKE) on Google Cloud Platform (GCP). Automating the setup of...
Rafael Natali
Aug 22, 20234 min read
12 views
0 comments
Kubernetes Pod network connectivity issue with Istio enabled
A K8s Pod can return an Error when trying to reach the network before the Istio Sidecar is Running. Many applications execute commands or...
Rafael Natali
Aug 16, 20232 min read
6 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

How to install Kafka using Docker
Install and configure a Docker environment to run Apache Kafka locally
Rafael Natali
Aug 14, 20234 min read
59 views
0 comments


Using Terraform to manage multiple GCP resources
The goal of this article is to present a terraform code that creates multiple buckets, in multiple locations, and with multiple IAM permissi
Rafael Natali
Aug 10, 20236 min read
5 views
0 comments


How to test your Terraform code
Learn about the HashiCorp Terraform Module Testing Experiment configuration and how to use it to run tests against infrastructure. This...
Rafael Natali
Aug 8, 20233 min read
27 views
0 comments
bottom of page