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

https://github.com/fourstepper/k0s


https://github.com/fourstepper/k0s

Last synced: 5 months ago
JSON representation

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
```