Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leoviana00/setup-k8s-vagrant-shellscript
- Owner: leoviana00
- License: mit
- Created: 2022-07-12T11:37:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T12:48:46.000Z (about 2 years ago)
- Last Synced: 2023-03-08T16:33:26.955Z (almost 2 years ago)
- Topics: containerd, docker, k8s, shell-script, vagrant, virtualbox
- Language: Shell
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Setup Kubernetes
## 🌱 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
```
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.