In this post we are going to see one of the most important concept in K8s, Taints and Tolerations. What is taint, What is toleration, Need of taint and toleration.
Author: Aditya Malviya
Get VM creation time in Azure
In this post we will see how to find vm creation time in azure. We will be using azure cli to get the vm creation time in azure.
5 ā Top Tech trends for 2022
We have seen enormous growth in Science and Technology in the past 20-25 years but what we are going to witness in next 5 years would be the main epitome of how Science and Technology has shown its emergence and advancement.
Replication Controller in Kubernetes
In the previous posts we've seen Introduction to KubernetesĀ PodsĀ and Deploy your first Pod inĀ Kubernetes, In this post we will be seeing, What is Replication Controller in Kubernetes.
Deploy your first Pod in Kubernetes
In the previous post we've seen Introduction to K8s Pods, In this post we will be writing manifest file to deploy K8s Pod. Kubernetes manifestsĀ are used to create, modify and deleteĀ KubernetesĀ resources such as pods, deployments, services or ingresses. It is very common to defineĀ manifestsĀ in form of .yaml.
Introduction to Kubernetes Pods
Are you new to Kubernetes and baffling around Pods? Then you're at the right place, I will help you to understand everything required to get start with Kubernetes Pod. What is Kubernetes or K8s Pods? What is Multi Container Pod? Inter and Intra Pod Communication?
Roles in Ansible
In this post we are going to understand What are Ansible Roles and How do we implement one. Now let's us keep this definition short and understandable, Roles are way to organise playbook, it consists of fully independent, or interdependent collections of variables, tasks, files, templates, and modules.
Introduction to Ansible Loops
In this post we will be seeing how to use Ansible Loops, Sometimes you want to repeat a task multiple times. In computer programming, this is called a loop. Common Ansible loops include changing ownership on several files and/or directories with the file module, creating multiple users with the user module, and repeating a polling step until a certain result is reached.
You must be logged in to post a comment.