Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leoviana00/setup-k8s-vagrant-shellscript

Setup k8s simples com vagrant, virtualbox e shell
https://github.com/leoviana00/setup-k8s-vagrant-shellscript

containerd docker k8s shell-script vagrant virtualbox

Last synced: about 1 month ago
JSON representation

Setup k8s simples com vagrant, virtualbox e shell

Awesome Lists containing this project

README

        

Setup Kubernetes


Shell
Vagrant
License

## 🌱 Project

- Setup kubernetes com shell script, vagrant e virtualbox.

## 🗒 Pré requisitos

- vagrant
- virtualbox

## ✨ Ferramentas utilizadas

- Vagrant
- Kubernetes
- Virtualbox
- VsCode

## Arquitetura

- 1 Master
- 2 Nodes

## 🚀 Execução
1. Instalação dos pré-requisitos:

```bash
make requirements
```

2. Subir ambiente

```bash
make setup
```


script

3. Remover o ambiente

```bash
make destroy -f
```

4. Parar o ambiente

```bash
make halt
```

## 📄 Licença
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.