DevOps

DevOps Engineer Skills – Most Demanding DevOps Skills You Should Learn in 2021
Introduction Basically DevOps is not a tool or a job role but a culture where the engineers practice the best methods and use combination of tools to …

System Reboot with Ansible Reboot Module
A reboot operation in a Linux Operating System is very rare as most of the time we can achieve the result by individual service restart or reload …

How To Get Hands-On Experience in AWS
Every Time you have the same situation, you know the technology and maybe you are already a certified professional in that technology, but you are …

Getting Started with Ansible Collections
Ansible Collection is a great way of getting content contributions from various Ansible Developers. Earlier there was a tagline for Ansible – …

Remove nodes from Kubespray Managed Kubernetes Cluster
Kubespray is a combination of Ansible and Kubernetes and you can use Kubespray for deploying production ready Kubernetes clusters.

Adding new nodes to Kubespray Managed Kubernetes Cluster
Kubespray is a combination of Ansible and Kubernetes and you can use Kubespray for deploying production ready Kubernetes clusters.

How to Increase Attachment File Size Limit in GitLab
We know GitLab is one of the best and easy to use git server solutions available in the market now. And GitLab CE is available as free and we can …

Deploying ML Models to the Edge using Azure DevOps
Training ML Models and exporting it in more optimized way for Edge device from scratch is quite challenging thing to do especially for a beginner in …

Connecting Ansible Tower to Git Server with Self Signed Certificates
So many questioned me when I mention git server in an Ansible Tower environment; and later I realized that, most of them are keeping their projects …

Experimenting GitHub Container Registry
Recently GitHub announced public beta availability of their Container Registry and I thought I will give it a try. So in this article I will take you …

10 Tips for your Kubernetes Exam – CKA & CKAD
Since Kubernetes is getting wide acceptance, Kubernetes Certification is one of the most trending certifications in the IT circle now; both Certified …
Deploy Minikube Using Vagrant and Ansible on VirtualBox – Infrastructure as Code
Okay, you started learning kubernetes; maybe you are following some courses or documentations. Some of the courses are arranged with FREE labs where …