How to set up a Kubernetes cluster in an automated fashion on our LAB environment? This article will walk you through kubernetes installation on Ubuntu on my windows 10 workstation. Getting hands-on on kubernetes is not a big task nowadays. There are hundreds of kubernetes variants available in the market including managed kubernetes environments like […]
kubernetes
How to export the docker image as tarball ? Is it possible to import it without a repository?
How do I transfer a Docker image from one machine to another one without using a repository? Is the repository is mandatory to transfer the image between hosts? No. We can simply save the docker image as a tarball and transfer it to the remote host. You can import the docker image from the tar […]
Kubernetes Backup – Kasten K10 Test drive
The Kubernetes platform is fundamentally different from earlier compute infrastructures and IaaS. In Kubernetes, there is no mapping of applications to servers or VMs. so the backup solution needs to understand this Kubernetes-native architectural pattern, and be able to deal with continuous change. High-velocity application development and deployment cycles are the norms in Kubernetes environments. […]
Kubernetes – CKA Exam – Sample question 3
Here is yet another interesting and useful sample question for the CKA exam. The Certified Kubernetes Administration exam is a performance-based exam, unlike other professional exams. Hence, you need to make your hands dirty by building a new Kubernetes cluster and trying all the sample questions. In UnixArena, I have shared sample questions and detailed […]
Kubernetes – Stateful vs Stateless applications
Kubernetes is very famous to host stateless applications. With the growth in popularity of containers, companies began to provide ways to manage both stateless and stateful containers in Kubernetes. Stateful applications stores information locally or on the remote storage. Stateful apps use the same servers/pods each time they process a request from a user. Stateful […]
Kubernetes – CKA Exam – Sample questions 2
Here are the second set of sample questions for CKA (Certified Kubernetes exams). This set of questions are related to Kubernetes secrets. A secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. This helps to avoid the plain text passwords in the application […]
GKE – Install and Configure Prometheus – Kubernetes
Prometheus is an open-source monitoring framework. It provides out-of-the-box monitoring capabilities for the Kubernetes container orchestration platform. It is the most widely used monitoring tool for the Kubernetes cluster. There are some unique challenges to monitor the Kubernetes cluster. This needs to be addressed by deploy reliable monitoring, alerting and graphing architecture. Prometheus covers a […]
Why Kubernetes Backup is so important ?
Containers are a flexible and efficient way to run IT tasks. Kubernetes is one of the most widely adopted container orchestration platforms. Containers have expanded to run a much wider range of processes, including full-scale applications. Docker Swarn and Apache Mesos are other container orchestration platform exist in the market. In recent times, most enterprise […]
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 popular tools to manage the Kubernetes clusters in a declarative way. It’s a GitOps continuous delivery tool for Kubernetes. Argo CD helps to manage Application definitions, configurations, and environments in a declarative fashion and version controlled […]
Kubernetes – CKA sample exam questions
There is no doubt about the fact that the adoption of Kubernetes is expected to grow exceptionally in upcoming years. Kubernetes Job search has been vastly increased by 200% in job portals. The Certified Kubernetes Administrator (CKA) program was created by the Cloud Native Computing Foundation (CNCF), in collaboration with The Linux Foundation. CKA exams […]







