Author Archives
I'm DevOps and Cloud enthusiast having total 4 years of expertise in designing and developing CI-CD Pipeline, Build setup, Source Code Management, Automation and iOS Development of high-end enterprise level application. Hands on skills in Programming language such as Python, Swift, Java, PHP. Avid reader, Technical Blogger and Lecturer..
-
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.
-
Taints and Tolerations in Kubernetes
-
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
-
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
You must be logged in to post a comment.