An open API service indexing awesome lists of open source software.

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/

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)