#90daysofdevops
Read more stories on Hashnode
Articles with this tag
In this blog, we will see how to define and manage resources. And also we will be creating a Terraform configuration file to define a resource of AWS...
-HCL syntax used in Terraform Terraform is an Infrastructure as Code (IaC) tool that allows you to define and provision infrastructure resources in a...
What is Terraform and how can it help you manage infrastructure as code? Terraform is the infrastructure as a code offering from HashiCorp. It is a...
What is Deployment in k8s? A deployment is an object in Kubernetes that helps you to manage a group of identical pods. Without a deployment, you’d got...
Kubeadm Installation To install Kubeadm you can check this blog https://hashnode.com/post/clhytg25j000009mjbslkh601 Create the Nginx Pod By...
What is Kubernetes? Kubernetes, also known as K8s is an open-source container management tool that automates container deployment, scaling & load...