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

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

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