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

https://github.com/nsmith5/kubernetes-resources


https://github.com/nsmith5/kubernetes-resources

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Kubernetes Resources

All the kubernetes resources for my self-hosted infrastructure.

To stand up a stand alone Kubernetes cluster on Fedora 28 run:

```shell
root@server $ dnf install kubernetes-kubeadm
root@server $ ./deploy.sh
root@server $ vi /etc/sysconfig/selinux # set SELINUX=permissive
```