Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
My experiences publishing my first challenge on labs.iximiuz.com and how the platform enables creating learning materials for users
In this note, I picked up some examples for each catogry. And the resource are list in Reference...
Ingress ingress to make external to access:...
Thinking of taking the CKA exam? Here's a friendly breakdown of what to expect, plus the best resources I used to pass.
The storage in cka is mainly about the way how to store the data, as the container is used for...
Notes & Cheatsheet: “Dockerizing an App – CKA Series #2” 🎯 Goal of the video Show,...
Kubernetes is now a crucial tool for developers. Regardless of the field of software development,...
Deployment Basic CMD # Create kubectl create deploy NAME --image=IMAGE...
ClusterIP kubectl expose deployment nginx --name nginx-svc --port 8080 --target-port 80 ...
Quick recap for network. Details can click the title link or check the official doc. ...
CKA (Certified Kubernetes Administrator) Study Guide Part 1: Core Components...
When I started with Kubernetes, one of the most confusing things was figuring out why there are so...
If you’re preparing for the Certified Kubernetes Administrator (CKA) exam or aiming to truly master...
In my previous post, shows the basic concepts for Storage in kubernetes, here I want to use some...
Quick recap for logs & configs. Details can click the title link or check the official doc. ...
This is a quick recap for RBAC, more details can check the official doc or click the tiltle...