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

https://github.com/markdouthwaite/nestor

Example MicroK8s deployment setup.
https://github.com/markdouthwaite/nestor

flask golang kubernetes kubernetes-ingress kubernetes-secrets microk8s python skaffold

Last synced: 7 months ago
JSON representation

Example MicroK8s deployment setup.

Awesome Lists containing this project

README

          

# nestor

This repo provides a working example of a `microk8s` setup on a vanilla Ubuntu box.

## Deploy

You'll need a node with:

* At least 20G of disk space and 4G of memory (recommended).
* Ubuntu 18.04 LTS or 16.04 LTS.
* An internet connection.

You can find more info in the [microk8s docs](https://microk8s.io/docs/).

On your node, run:

```bash
apt-get update -y && install git
```

Then run:

```bash
bash setup.sh
```

This installs the prerequisites for your `microk8s` 'cluster'.

```bash
make deploy
```

You should be able to navigate to `/proxima` and `/centauri`.