All Stories
Practicing Kubernetes
Grasping Kubernetes takes more than just reading docs, watching videos, or consuming courses. To truly solidify your understanding, hands-on practice is essential. Here are some excel...
In DevOps, Kubernetes, Devops, Feb 06, 2022How to access applications deployed in minikube Kubernetes cluster using NodePort
minikube is the most simple way to spin-up and use a Kubernetes cluster for your quick needs. You can install and use minikube clusters on Linux, Windows and Mac workstations without ...
In DevOps, Kubernetes, deploy in minikube, Jan 29, 2022Why is Kubernetes certification so important ? 5 reasons I noticed
Did you ever wonder when people post their certification victories with CKA , CKAD or CKS badges ? Why are these certifications so important and why are system engineers and devops pr...
In Cloud, DevOps, Kubernetes, Jan 27, 2022Free GitOps and CI/CD Courses and Certifications
CI/CD (Continuous integration and Continuous delivery or Continuous deployment) and GitOps are not new terminologies in the IT world. There are several software and tools to accomplis...
In ArgoCD, DevOps, Featured, Jan 23, 2022How to get Microsoft Certifications AZ-900 and SC-900 at no cost !
You might have great plans 2022 already but check this opportunity from Microsoft to get their foundation certifications at no cost. Microsoft Azure is one of the top cloud service pr...
In Cloud, DevOps, Microsoft Azure, Jan 20, 2022How to pass extra variables to an Ansible playbook
With Ansible, users have the flexibility to accept external input while executing their Ansible playbooks without changing the Ansible playbook content. This can be done via the abili...
In Ansible, Automation, Ansible Course, Jan 18, 2022Multi-node Kubernets Cluster in 10 minutes
If you have credits on Public cloud accounts, then you can use managed Kubernetes services such as GKE , AKS , EKS etc. But building self-hosted Kubernetes clusters are not straightfo...
In Cloud, DevOps, Kubernetes, Jan 17, 2022How to send email using Ansible and Gmail
As part of your automation jobs, you can implement email notifications from Ansible itself instead of manually drafting and sending emails. Ansible mail module is simple and easy to u...
In Ansible, Automation, DevOps, Jan 11, 2022Ansible Automation for Windows
Ansible’s reputation as a Linux automation powerhouse is well-deserved. But a common misconception lingers: is Ansible strictly for Linux environments? The answer? Absolutely not!
In Infrastructre & Hardware, Ansible, Ansible Doc, Jan 06, 2022How To Add Or Change GitLab Data Storage Path
I have explained How to Install GitLab in a Disconnected Environment in a past article. In this article you will learn how to configure custom storage path for your GitLab servers.
In Automation, DevOps, add storage for gitlab, Dec 24, 2021