Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prandogabriel/k8s-local
Local K8S with kind (https://kind.sigs.k8s.io/)
https://github.com/prandogabriel/k8s-local
Last synced: 25 days ago
JSON representation
Local K8S with kind (https://kind.sigs.k8s.io/)
- Host: GitHub
- URL: https://github.com/prandogabriel/k8s-local
- Owner: prandogabriel
- Created: 2024-03-15T20:21:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T20:55:22.000Z (8 months ago)
- Last Synced: 2024-06-21T02:03:04.513Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-local
Local K8S with kind (https://kind.sigs.k8s.io/)## Pré requisitos
- Docker
- Kind## Create cluster
```bash
make create
```