Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fourstepper/k0s


https://github.com/fourstepper/k0s

Last synced: 18 days 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
```