https://github.com/londheshubham153/kubestarter
This is a Repository to get you started with Kubernetes.
https://github.com/londheshubham153/kubestarter
Last synced: 17 days ago
JSON representation
This is a Repository to get you started with Kubernetes.
- Host: GitHub
- URL: https://github.com/londheshubham153/kubestarter
- Owner: LondheShubham153
- Created: 2023-08-20T01:09:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T05:42:51.000Z (about 2 months ago)
- Last Synced: 2025-04-07T17:01:15.248Z (24 days ago)
- Language: Shell
- Size: 2.74 MB
- Stars: 368
- Watchers: 13
- Forks: 2,154
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kubernetes Kickstarter
## Architecture Guides
1. [Kubernetes Architecture Guide](./kubernetes_architecture.md)
## Examples with Interview Questions
1. [NGINX with Deployment & Service](./examples/nginx)
2. [MySQL with ConfigMaps, Secrets & Persistent Volumes](./examples/mysql)## Installation Guides
1. [Kubeadm Installation Guide](./kubeadm_installation.md)
2. [Minikube Installation Guide](./minikube_installation.md)
3. [EKS Installation Guide](./eks_cluster_setup.md)## Practice Projects
1. [Microservices on k8s](https://github.com/LondheShubham153/microservices-k8s)
2. [Django App Deployment](https://github.com/LondheShubham153/django-todo-cicd)
3. [Redit Clone with Ingress](https://github.com/LondheShubham153/reddit-clone-k8s-ingress)
4. [AWS EKS Best Practices](https://github.com/LondheShubham153/aws-eks-devops-best-practices)
5. [For More Challenges, Check Out These Ideas](./examples/More_K8s_Practice_Ideas.md)