Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yordis/kubernetes-clustering
Examples of setting Kubernetes clusters
https://github.com/yordis/kubernetes-clustering
kubernetes kubernetes-cluster kubernetes-setup vagrant virtualbox
Last synced: 19 days ago
JSON representation
Examples of setting Kubernetes clusters
- Host: GitHub
- URL: https://github.com/yordis/kubernetes-clustering
- Owner: yordis
- Created: 2020-04-06T07:33:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T22:30:44.000Z (about 4 years ago)
- Last Synced: 2024-12-20T06:20:51.210Z (about 1 month ago)
- Topics: kubernetes, kubernetes-cluster, kubernetes-setup, vagrant, virtualbox
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Clustering
Example of setting up Kubernetes clusters.
> This is not an intent to be production ready, please consider
> the usage of https://github.com/ilkilab/agorakube in
> production instead.## Requirements
These may be the list of required tools to run all the examples:
- **MacOS:** Operation System
- **Homebrew:** https://brew.sh/ install multiple tools
- **Vagrant:** https://www.vagrantup.com/ virtual machine provisioning
- **VirtualBox:** https://www.virtualbox.org/ for virtualization
- **Ansible:** https://www.ansible.com/ for Operation System provisioning### Install Homebrew
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```### Install Homebrew packages
```shell
brew cask install vagrant
brew cask install virtualbox
```### Install Ansible
```shell
pip3 install --user ansible
```## What is next?
Check the some of the examples of how to setup a Kubernetes cluster:
- [Ubuntu and VirtualBox](./clusters/ubuntu-virtualbox/README.md)