https://github.com/ravening/kubeadm
Instructions to setup a Kubernetes cluster using kubeadm
https://github.com/ravening/kubeadm
kubeadm kubernetes kubernetes-cluster kubernetes-dashboard kubernetes-deployment kubernetes-deployments kubernetes-service port-forwarding ubuntu1804
Last synced: about 1 month ago
JSON representation
Instructions to setup a Kubernetes cluster using kubeadm
- Host: GitHub
- URL: https://github.com/ravening/kubeadm
- Owner: ravening
- Created: 2020-02-10T15:31:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T14:08:29.000Z (over 5 years ago)
- Last Synced: 2025-02-01T22:13:25.172Z (8 months ago)
- Topics: kubeadm, kubernetes, kubernetes-cluster, kubernetes-dashboard, kubernetes-deployment, kubernetes-deployments, kubernetes-service, port-forwarding, ubuntu1804
- Language: Shell
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions to setup Kubernets cluster using kubeadm
Step by step instruction to setup a single master and 2 nodes kubernetes cluster
Another good tutorial is in https://medium.com/better-programming/kubernetes-from-scratch-4691283e3995
## Getting Started
The files are number from 0 through 8 which obviously tells that you need to start\
from the first file and work all the way towards 8.Read the instructions in the file to see which commands to be executed on master or on nodes.
## Troubleshooting
Refer to [this](https://github.com/ravening/dev_setup/blob/master/Kubernetes-Troubleshooting.md) link for common troubleshooting steps## Authors
Rakesh Venkatesh