Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesadhan/k8s-on-premise-cluster-vagrant
Local Kubernetes cluster using 3 nodes to explore everything in locally.
https://github.com/mesadhan/k8s-on-premise-cluster-vagrant
k8s local-k8s-cluster multinode-kubernetes-cluster vagrant
Last synced: 13 days ago
JSON representation
Local Kubernetes cluster using 3 nodes to explore everything in locally.
- Host: GitHub
- URL: https://github.com/mesadhan/k8s-on-premise-cluster-vagrant
- Owner: mesadhan
- Created: 2020-06-10T15:28:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T11:01:59.000Z (over 4 years ago)
- Last Synced: 2024-11-14T17:28:07.062Z (2 months ago)
- Topics: k8s, local-k8s-cluster, multinode-kubernetes-cluster, vagrant
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup K8S On-Premise Cluster using Vagrant
## Overview
Local Kubernetes cluster using 3 nodes to explore everything in locally. If you wish you can use those shell scripts and procedures as a guide for a production cluster Setup. Make sure for the production server you can convert everything as required.
## About Vagrant!
A vagrant is a tool for building and managing virtual machine environments in a single command. Anyone can build and mock their production environment quicker. For Developers, Operators, and Designers everyone can use it to save time and effort both. It is easy-to-use and focuses on automation.
Using Vagrant easily set up the development environment.## Why Vagrant?
Vagrant provides easy to configure, reproducible, and portable work environments built on top of industry-standard technology and controlled by a single consistent workflow to help maximize the productivity and flexibility of you and your team. To achieve its magic, Vagrant stands on the shoulders of giants. Machines are provisioned on top of VirtualBox, VMware, GCP, AWS, or any other provider. Then, industry-standard provisioning tools such as shell scripts, Chef, or Puppet, can automatically install and configure software on the virtual machine.