Kubernetes

Kubernetes Certification Practice Test (Storage Volumes)

Kubernetes storage volumes is a very important concept in relation to how data is managed within a Pod (consisting of…

6 years ago

Kubernetes – Cheatsheet of Commands for Namespaces

Kubernetes namespaces represents virtual clusters (logical entity with a unique name) created out of same physical cluster to enable allocation or…

6 years ago

Kubernetes – How to Create / Delete Namespaces; Why Namespaces?

This article represents concepts related to Kubernetes Namespace and how to create/delete the namespaces. The following topics are discussed in this article: What…

6 years ago

How to Install Kubernetes in Ubuntu VM

This article represents a quick, crisp and to-the-point instructions on how to setup Kubernetes on Ubuntu VM. The steps below…

6 years ago

Kubernetes – Practice Test / Interview Q&A on Service Discovery

This article represents concepts, revision / quick notes, and practice or sample test/interview questions and answers on Service Discovery topic of Kubernetes. These notes, Q&A could…

6 years ago

Certified Kubernetes Administrator Sample Test on Services Concept

This page represents practice test consisting of questions and answers on Kubernetes. This practice test covers the topic such as Kubernetes Services. The practice test can prove…

6 years ago

Kubernetes Certification Exam (CKA) Sample Questions Sets

This article represents a series of practice / sample tests on some of the following topics as per the Kubernetes…

6 years ago

Kubernetes Interview Questions and Answers – Set 4

This page represents practice test consisting of objective questions and answers on Kubernetes. This practice test covers the topic such as Pod Lifecycle. The practice test can…

6 years ago

Container Design Patterns for Kubernetes Pods Design

Here is a list of container design patterns which can be used to create useful grouping of containers (atomic unit)…

6 years ago

Kubernetes Interview Questions and Answers – Set 3

This page represents practice test consisting of objective questions and answers on Kubernetes.  The following topics are covered as part of this practice…

6 years ago

Kubernetes – Interview Questions and Answers on Pods

This page represents practice test consisting of objective questions and answers on Kubernetes.  The practice test can prove to be very…

6 years ago

AWS EKS is the Way to Run Kubernetes on AWS ECS

AWS Elastic Container Service for Kubernetes, AWS EKS, is a new AWS fully managed service running Kubernetes out-of-box on AWS…

6 years ago

Kubernetes Interview Questions and Answers – Set 1

This page represents practice test consisting of objective questions on Kubernetes. The practice test can prove to be very helpful…

6 years ago

Kubernetes – When to use Which ServiceTypes?

Kubernetes supports different kinds of service types such as following: ClusterIP: The service of type, ClusterIP, can only be exposed…

7 years ago

Kubernetes – Port, Targetport and NodePort

When working with Kubernetes Service, you will come across some of the following terminologies: Port: Port is the port number…

7 years ago