Transform your infrastructure using Terraform and Docker
Part-3

Search for a command to run...
Articles tagged with #90daysofdevops
Part-3

Part-2

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 solution. What is Terraform? Terraform is an infrastructure as code (IaC) tool that allows you to cr...

What's the difference? When it comes to the cloud, Infrastructure as Code (IaC) and Configuration Management (CM) are inseparable. With IaC, a descriptive model is used for infrastructure management. To name a few examples of infrastructure: networks...

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 administrator. A Persistent Volume Claim (PVC) is a request for storage by a user. The PVC references the...

What are ConfigMaps and Secrets in k8s? In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps store configuration data as key-value pairs, while Secrets store sensitive data in an encrypted f...
