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.
Author: Aditya Malviya
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.
Ansible Playbook to copy files from one server to other
In the previous post we have seen how to write Ansible Playbook, In this post we will be seeing how we can copy files from one server to other using Ansible copy module.
How to write Ansible Playbook
and Installation. Now we will be seeing What is Ansible Playbook and how do we write one. We will be installing git using Ansible Playbook.
You must be logged in to post a comment.