https://github.com/jegbu/kubernetes-work
This repository documents my journey as I master Kubernetes hands-on through labs, YAML configurations, and eventually a full-scale project.
https://github.com/jegbu/kubernetes-work
cka cluster kubernetes kubernetes-setup yaml
Last synced: about 1 month ago
JSON representation
This repository documents my journey as I master Kubernetes hands-on through labs, YAML configurations, and eventually a full-scale project.
- Host: GitHub
- URL: https://github.com/jegbu/kubernetes-work
- Owner: Jegbu
- Created: 2025-07-31T23:11:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T17:08:44.000Z (about 2 months ago)
- Last Synced: 2025-08-17T19:09:40.264Z (about 2 months ago)
- Topics: cka, cluster, kubernetes, kubernetes-setup, yaml
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Work
This repository documents my journey as I master Kubernetes hands-on through labs, YAML configurations, and eventually a full-scale project.
## 📘 Courses Followed
- ✅ Kubernetes for Beginners (KodeKloud)
- ⏳ CKA Certification Path (KodeKloud – in progress)## 🧠 Concepts Covered
- [x] Containers
- [x] Container Orchestration
- [x] Kubernetes Architecture
- [x] Pods and YAML manifests
- [x] ReplicaSets and scaling
- [x] Label selectors and matching
- [x] Deployments and Rollbacks
- [x] Networking Basics
- [x] Services and Networking
- [x] Microservices Architecture
- [ ] Application Lifecycle Management
- [ ] Volumes and Persistent Storage
- [ ] Logging And Monitoring
- [ ] Namespaces
- [ ] Multi-node setup with kubeadm## 📁 Folder Structure
- `pods/` — Basic pod definitions
- `replicasets/` — ReplicaSet and scaling logic
- `deployments/` — Deployments, rollbacks and upgrades
- `services/` — Networking, types of services like node port, clusterIP, and LoadBalancers and how to configure them
-  Default nginx webpage with ports configured
- `voting-app-demo/` — Microservices architecture showcasing the use of services and how it connects to other pods in. a microservices architecture
-  Voting App microservice
-  Result services which confirms access to the node ports and the services are communicating to one another
## 🚀 Next Steps- Continue with KodeKloud CKA Labs
- Launch full local cluster for offline LLM + Wikipedia project
- Share journey on LinkedIn + Dev.to