https://github.com/nsmith5/kubernetes-resources
https://github.com/nsmith5/kubernetes-resources
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nsmith5/kubernetes-resources
- Owner: nsmith5
- License: mit
- Created: 2020-05-13T00:19:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T00:19:12.000Z (about 6 years ago)
- Last Synced: 2025-02-27T04:26:06.378Z (over 1 year ago)
- Language: Shell
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```