Here is yet another interesting and useful sample question for the CKA exam. The Certified … [Read more...] about Kubernetes – CKA Exam – Sample question 3
DevOps
Kubernetes – Stateful vs Stateless applications
Kubernetes is very famous to host stateless applications. With the growth in popularity of … [Read more...] about Kubernetes – Stateful vs Stateless applications
Kubernetes – CKA Exam – Sample questions 2
Here are the second set of sample questions for CKA (Certified Kubernetes exams). This set of … [Read more...] about Kubernetes – CKA Exam – Sample questions 2
GKE – Install and Configure Prometheus – Kubernetes
Prometheus is an open-source monitoring framework. It provides out-of-the-box monitoring … [Read more...] about GKE – Install and Configure Prometheus – Kubernetes
Why Kubernetes Backup is so important ?
Containers are a flexible and efficient way to run IT tasks. Kubernetes is one of the most widely … [Read more...] about Why Kubernetes Backup is so important ?
GitOps – Install and Configure Argo CD for Kubernetes
Managing the Kubernetes cluster is very simple if you use the right toolsets. Argo CD is one of the … [Read more...] about GitOps – Install and Configure Argo CD for Kubernetes
Why it’s still worth it to learn Java?
While there are many programming languages out there, Java beats them all in terms of popularity. … [Read more...] about Why it’s still worth it to learn Java?
How to Install and Configure Jenkins on Redhat/ CentOS 7?
Installing and configuring Jenkins on Redhat Linux / CentOS is very straight forward. Jenkins is a … [Read more...] about How to Install and Configure Jenkins on Redhat/ CentOS 7?
Ansible – How to Store Playbook Result in Variable ?
Ansible playbooks/roles often used to complete the specific task which does not require an output. … [Read more...] about Ansible – How to Store Playbook Result in Variable ?
Ansible – Use Loop Functions in Playbook
Ansible "loop" option might look like little backward but it will very useful when you want to … [Read more...] about Ansible – Use Loop Functions in Playbook