top of page
Rafael Natali
DevOps, K8s, Cloud, and more...
Search
Rafael Natali
Aug 22, 20234 min read
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...
12 views0 comments
Rafael Natali
Aug 16, 20232 min read
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...
6 views0 comments
Rafael Natali
Aug 16, 20234 min read
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...
4 views0 comments
Rafael Natali
Aug 15, 202310 min read
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...
13 views0 comments
Rafael Natali
Aug 14, 20234 min read
How to install Kafka using Docker
Install and configure a Docker environment to run Apache Kafka locally
47 views0 comments
Rafael Natali
Aug 10, 20236 min read
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
4 views0 comments
Rafael Natali
Aug 8, 20233 min read
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...
27 views0 comments
bottom of page