ScudraServicos / ume-devops-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UME Devops Test

Setup

The following tools a required to run this project:

Deploy local

To create the local cluster you will need to run the following.

make setup-cluster-local

This will create the a Kind cluster with the name devcluster and it will install metallb, istio and cert-manager on the local cluster.

It will also create two Istio gateways local.example.com.br and local.internal.example.com.br. they represent a pubic gateway, exposed on the internet, and a internal gateway, available only on the private network, respectively.

About


Languages

Language:Go 57.0%Language:Makefile 43.0%