kubectl is a command-line tool for interacting with Kubernetes clusters. It is the primary interface … [Read more...] about kubectl – Let’s colourize the output
DevOps
How to secure Kubernetes cluster ? Why etcd backup is important ?
Securing etcd in a Kubernetes cluster is crucial as etcd is a distributed key-value store that holds … [Read more...] about How to secure Kubernetes cluster ? Why etcd backup is important ?
Kubernetes: How Blue-Green Deployment works?
Blue-green deployment involves simultaneously operating two application environments within a … [Read more...] about Kubernetes: How Blue-Green Deployment works?
Setup, Scale & Operate: How-to Run MongoDB on AWS Cloud
During the boom of the cloud infrastructure industry, Amazon Web Services (AWS) was one of the … [Read more...] about Setup, Scale & Operate: How-to Run MongoDB on AWS Cloud
Top 10 Cloud Website Builders for Devs in 2023
Although no-code has been a popular avenue for website builders to provide accessibility, developers … [Read more...] about Top 10 Cloud Website Builders for Devs in 2023
How to create an Ansible playbook quickly? Use ChatGPT
ChatGPT made a big revolution in the 21st century and called big giants to think differently rather … [Read more...] about How to create an Ansible playbook quickly? Use ChatGPT
How to get root access on the docker host filesystem?
How to gain root access to the host filesystem in a Docker environment when you don't have root or … [Read more...] about How to get root access on the docker host filesystem?
Kubernetes – How to cleanup the failed pods from all namespaces ?
In the Kubernetes environment, we could often see that pods might fail due to various reasons. Most … [Read more...] about Kubernetes – How to cleanup the failed pods from all namespaces ?
How to login to Docker Container/Pods ? Kubernetes/OpenShift
Container is a lightweight, standalone, and executable package of software that includes everything … [Read more...] about How to login to Docker Container/Pods ? Kubernetes/OpenShift
Kubernetes (k8s)- Disaster Recovery Strategies
A disaster recovery (DR) strategy is a plan for maintaining and recovering critical systems and data … [Read more...] about Kubernetes (k8s)- Disaster Recovery Strategies