Articles by Tag #cka

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How I Passed the Certified Kubernetes Administrator (CKA) Exam and How You Can Too

I recently passed the Certified Kubernetes Administrator (CKA) exam, and I want to share my journey...

Learn More 66 5May 29 '24

Mastering Multi-Stage Builds in Docker 🚀

Recap of Previous Days Day 1: We explored Docker fundamentals, the issues before...

Learn More 6 0Jun 19 '24

Mastering Docker Fundamentals: The First Step in Becoming a Certified Kubernetes Administrator

Introduction Welcome to our comprehensive blog series designed to help you master...

Learn More 6 0Jun 17 '24

Understanding Pod Topology Spread Constraints in Kubernetes

When you're running a Kubernetes cluster, it's critical to ensure your Pods are evenly distributed...

Learn More 3 1Sep 19 '24

Understanding Kubernetes Pods and YAML Fundamentals

Hello everyone, welcome back to my blog series on CKA 2024 in this seventh entry of the series, we'll...

Learn More 3 0Jun 26 '24

Why must a Kubernetes cluster have an odd number of nodes

If you’ve spent any time setting up or managing Kubernetes, you might have come across the...

Learn More 3 0Sep 22 '24

CKA examples

In this note, I picked up some examples for each catogry. And the resource are list in Reference...

Learn More 2 0Jan 30

Turning Markdown into Learning: publishing a challenge on labs.iximiuz.com

My experiences publishing my first challenge on labs.iximiuz.com and how the platform enables creating learning materials for users

Learn More 2 0Jan 14

Creating a Kubernetes Cluster with Kubeadm and Containerd: A Comprehensive Step-by-Step Guide

Kubeadm is a tool designed to simplify the process of creating Kubernetes clusters by providing...

Learn More 1 0Jun 23 '24

40 days of Kubernetes: Docker Fundamentals

To understand Kubernetes, we should understand the concept of containers. In the traditional way of...

Learn More 1 0Jun 28 '24

CKA Recap -- Ingress & NetworkPolicy

Ingress ingress to make external to access:...

Learn More 1 0Jan 3

Setting Up a Simple Two-Node Kubernetes Cluster in No Time

Kubernetes is now a crucial tool for developers. Regardless of the field of software development,...

Learn More 0 0Jan 15

Kubernetes Certified Administrator (CKA): Exam Details & Resources

Thinking of taking the CKA exam? Here's a friendly breakdown of what to expect, plus the best resources I used to pass.

Learn More 0 0Apr 20

CKA Quick Check Points -- Logs & Configs

Quick recap for logs & configs. Details can click the title link or check the official doc. ...

Learn More 0 0Jan 9

Deployments and Replica Sets in Kubernetes

Hello everyone! Welcome back to the eighth instalment in the CK 2024 series. Today we'll be delving...

Learn More 0 0Jun 27 '24

Kubernets Storage Demos

In my previous post, shows the basic concepts for Storage in kubernetes, here I want to use some...

Learn More 0 0Jan 2

CKA Recap -- Deployment

Deployment Basic CMD # Create kubectl create deploy NAME --image=IMAGE...

Learn More 0 0Jan 5

CKA Quick Check Points -- RBAC

This is a quick recap for RBAC, more details can check the official doc or click the tiltle...

Learn More 0 0Jan 10

3. CKA Storage

The storage in cka is mainly about the way how to store the data, as the container is used for...

Learn More 0 0Oct 31 '24

CKA Quick Check Points -- Network

Quick recap for network. Details can click the title link or check the official doc. ...

Learn More 0 0Jan 10

ClusterIP vs. NodePort

ClusterIP kubectl expose deployment nginx --name nginx-svc --port 8080 --target-port 80 ...

Learn More 0 0Jan 4