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.
- Host: GitHub
- URL: https://github.com/markdouthwaite/nestor
- Owner: markdouthwaite
- License: mit
- Created: 2019-11-02T18:00:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T21:51:34.000Z (almost 6 years ago)
- Last Synced: 2025-03-19T22:05:08.208Z (7 months ago)
- Topics: flask, golang, kubernetes, kubernetes-ingress, kubernetes-secrets, microk8s, python, skaffold
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.