Rafael NataliOct 9, 20233 min readAutomatically Reassigning Partitions in Apache Kafka ClusterWhen you need to reassign a partition to another broker or brokers, the kafka-reassign-partitions tool comes in handy. It's particularly...
Rafael NataliAug 22, 20233 min readDeploying Applications in Kubernetes Engine Made Easy with AnsibleAnsible infrastructure-as-code to automate Nginx deployment in Google Kubernetes Cluster (GKE) on Google Cloud Platform (GCP)....
Rafael NataliAug 22, 20234 min readAutomate Your Kubernetes Cluster Setup Using Ansible: A Comprehensive TutorialUsing Ansible to install, setup, and configure a Google Kubernetes Cluster (GKE) on Google Cloud Platform (GCP). Automating the setup of...
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 8, 20233 min readHow to test your Terraform codeLearn about the HashiCorp Terraform Module Testing Experiment configuration and how to use it to run tests against infrastructure. This...