Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourstepper/k0s
https://github.com/fourstepper/k0s
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fourstepper/k0s
- Owner: fourstepper
- License: mit
- Created: 2023-11-19T18:28:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T18:28:42.000Z (about 1 year ago)
- Last Synced: 2024-11-30T20:08:59.516Z (23 days ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k0s
A git repository containing definitions of my running clusters.
## Bootstrap steps
Generate config for a new cluster:
```bash
k0sctl init > newcluster.yaml
```Apply and generate kubeconfig:
```bash
k0sctl apply --config newcluster.yaml --kubeconfig-out ~/.kube/new-cluster-config
```