Hi, Iโm Nkechi Ahanonye ๐
This repo is my learning ground for Kubernetes โ where I practice deploying containerized apps using YAML configurations.
A collection of basic YAML files to help me understand:
- โ
Pod creation (
pod.yaml) - โ
Deployments and ReplicaSets (
deployment.yaml) - โ
Services for exposing apps (
service.yaml) - โ ConfigMaps and Secrets
Make sure you have kubectl and a Kubernetes cluster running (like Minikube or Docker Desktop). Then apply the files:
kubectl apply -f pod.yaml
kubectl apply -f deployment.yaml
kubectl apply -f service.yamlTo delete resources:
kubectl delete -f pod.yamlYou can modify and reapply files as you learn more.
- Writing clean, working YAML files
- Understanding how Kubernetes objects relate (Pods, Deployments, Services)
- Learning how to manage apps in a real Kubernetes environment
Iโm Nkechi โ an IT Support Specialist exploring DevOps.
My learning includes Docker, Kubernetes, GitHub Actions, and Terraform.
This repo is part of my journey into cloud-native technologies.
๐ง nahanonye@gmail.com