#trainwithshubham
Read more stories on Hashnode
Articles with this tag
AWS CLI installed AWS CLI (Amazon Web Services Command Line Interface) is a command-line tool provided by Amazon Web Services to interact with various...
🔹Variables and Outputs Input Variables: These are used to accept input values from users or from other modules. Input variables are typically...
Task 1: terraform init: This command initializes a Terraform working directory, downloading the necessary providers and modules. It sets up the...
🔹What is Terraform? Terraform is an open-source Infrastructure as Code (IaC) tool used for automating and managing cloud infrastructure. It allows...
1.What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling,...
🔹Persistent Volume (PV) A Persistent Volume (PV) is a resource that represents a piece of storage in a cluster. PVs are provisioned and managed by...