#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Part-3 · Terraform needs to be told which provider to be used in the automation, hence we need to give the provider name with source and version. For...
Part-2 · Task Find the purpose of basic Terraform commands which we'll use often: terraform init: initializes a new or existing Terraform working...
Hello Learners, we are doing every task by creating an ec2 instance (mostly). Today let’s automate this process. How to do it? Well, Terraform is the...
What's the difference? When it comes to the cloud, Infrastructure as Code (IaC) and Configuration Management (CM) are inseparable. With IaC, a...
What are Persistent Volumes in k8s? In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an...
What are ConfigMaps and Secrets in k8s? In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....