Setting Up the Foundation
9%
Prerequisites
Install zip, unzip, and jq on your local machine and install Terraform.
# install zip and unzip
apt update && apt install zip unzip jq -y
# Set the Terraform version
TERRAFORM_VERSION="1.10.3"
TERRAFORM_ZIP="terraform_${TERRAFORM_VERSION}_linux_amd64.zip"Cloud-Native Microservices With Kubernetes - 2nd Edition
A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in KubernetesEnroll now to unlock all content and receive all future updates for free.
