https://github.com/jd-apprentice/kubernetes-playground
Testing kubernetes from https://kubernetes.io/docs/tutorials/kubernetes-basics/
https://github.com/jd-apprentice/kubernetes-playground
kubernetes
Last synced: 7 months ago
JSON representation
Testing kubernetes from https://kubernetes.io/docs/tutorials/kubernetes-basics/
- Host: GitHub
- URL: https://github.com/jd-apprentice/kubernetes-playground
- Owner: jd-apprentice
- Created: 2023-09-04T15:51:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T18:13:22.000Z (over 2 years ago)
- Last Synced: 2025-06-04T23:18:19.213Z (8 months ago)
- Topics: kubernetes
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubernetes-playground
What is Kubernetes?
Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.
## Resources 📚
- [Kubernetes Basics](https://kubernetes.io/docs/tutorials/kubernetes-basics/)
- [Kubernetes Explained in 100 Seconds](https://www.youtube.com/watch?v=PziYflu8cB8)
- [Awesome Kubernetes](https://github.com/tomhuang12/awesome-k8s-resources)
- [Lens](https://k8slens.dev/)
- [Rancher](https://www.rancher.com/)
## Requirements 🧰
- [Kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)
- [Minikube](https://minikube.sigs.k8s.io/docs/start/)
## Documentation 📖
- [create-cluster](./docs/create-cluster.md)
- [create-deployment](./docs/create-deployment.md)
- [pods-and-nodes](./docs/pods-and-nodes.md)
- [expose-app](./docs/expose-app.md)
- [scale-app](./docs/scale-your-app.md)
- [update-app](./docs/update-your-app.md)