#devops
Read more stories on Hashnode
Articles with this tag
In this post, I’m going to walk you through a Python-based system health check script that can monitor key system metrics such as disk usage, running...
Create a Docker network. Start three instances of MongoDB. Initiate the Replica Set. Create a Docker Network First, create a Docker network by...
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...
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...