Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grampelberg/k8s-clusters
Simple kubernetes clusters on cloud providers for development
https://github.com/grampelberg/k8s-clusters
Last synced: about 1 month ago
JSON representation
Simple kubernetes clusters on cloud providers for development
- Host: GitHub
- URL: https://github.com/grampelberg/k8s-clusters
- Owner: grampelberg
- License: apache-2.0
- Created: 2019-08-15T16:49:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T17:00:20.000Z (over 5 years ago)
- Last Synced: 2024-08-02T01:26:45.367Z (4 months ago)
- Language: Makefile
- Size: 9.77 KB
- Stars: 25
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - grampelberg/k8s-clusters - Simple kubernetes clusters on cloud providers for development (Makefile)
README
# Create disposable Kubernetes clusters for development.
Run `make help` for all the configuration options and supported rules. `create`
and `delete` are designed to be the primary interface.## GKE
```bash
make create PROJECT=my-gcp-project
```## AKS
```bash
make aks-create
```### Notes
- AKS does not have a `latest` version like GKE and so the AKS_VERSION needs to
be updated as there are updates rolled out.## EKS
```bash
make eks-create
```