Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

kubernetes-practice

Hi, Iโ€™m Nkechi Ahanonye ๐Ÿ‘‹
This repo is my learning ground for Kubernetes โ€” where I practice deploying containerized apps using YAML configurations.


๐Ÿ“ Whatโ€™s Inside

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

โ–ถ๏ธ How to Use

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.yaml

To delete resources:

kubectl delete -f pod.yaml

You can modify and reapply files as you learn more.


๐ŸŽฏ What Iโ€™m Practicing

  • Writing clean, working YAML files
  • Understanding how Kubernetes objects relate (Pods, Deployments, Services)
  • Learning how to manage apps in a real Kubernetes environment

๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ About Me

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


About

Displays your knowledge of Kubernetes YAML configuration and orchestration.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors