https://github.com/graillus/workshop-kubernetes
Kubernetes workshop resources
https://github.com/graillus/workshop-kubernetes
Last synced: about 2 months ago
JSON representation
Kubernetes workshop resources
- Host: GitHub
- URL: https://github.com/graillus/workshop-kubernetes
- Owner: graillus
- Created: 2020-05-09T10:34:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T19:19:27.000Z (over 2 years ago)
- Last Synced: 2025-01-15T22:39:30.568Z (3 months ago)
- Language: HCL
- Size: 668 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kubernetes Workshop
===================### Prerequisites
- [docker](https://docs.docker.com/engine/install/)
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)### Install local Kubernetes cluster
Follow instructions from [Part_0](https://github.com/graillus/workshop-kubernetes/tree/master/workshop/part_0)
### Cleanup```bash
kind delete cluster --name workshop
```