https://github.com/mechdeveloper/kubernetes-kubeadm
Setup Kubernetes from Scratch on Linux (Red Hat Enterprise Linux) Vitual Machines on Azure
https://github.com/mechdeveloper/kubernetes-kubeadm
ansible containerd kubeadm kubernets terraform
Last synced: about 2 months ago
JSON representation
Setup Kubernetes from Scratch on Linux (Red Hat Enterprise Linux) Vitual Machines on Azure
- Host: GitHub
- URL: https://github.com/mechdeveloper/kubernetes-kubeadm
- Owner: mechdeveloper
- Created: 2022-11-10T07:18:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T22:32:16.000Z (over 3 years ago)
- Last Synced: 2025-01-28T14:17:33.771Z (about 1 year ago)
- Topics: ansible, containerd, kubeadm, kubernets, terraform
- Language: HCL
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Kubernetes
## Deploy a kubernetes cluster from scratch
### [Step 1: Create Infrastructure on Azure using Terraform](https://github.com/mechdeveloper/kubernetes-demo/blob/main/workshop/STEP01.md)
### [Step 2: Login to Virtual Machines on Azure](https://github.com/mechdeveloper/kubernetes-demo/blob/main/workshop/STEP02.md)
### [Step 3: Install and Configure Kubernetes using Kubeadm](https://github.com/mechdeveloper/kubernetes-demo/blob/main/workshop/STEP03.md)
### [Step 4: Deploy Application on Kubernetes cluster](https://github.com/mechdeveloper/kubernetes-demo/blob/main/workshop/STEP04.md)
### [Step 5: Remove Infrastructure on Azure to save cost](https://github.com/mechdeveloper/kubernetes-demo/blob/main/workshop/STEP05.md)