Proof of concept of Istio’s features. For this project, microk8s was used.
sudo snap install microk8s --classic
brew install ubuntu/microk8s/microk8s
To install on Windows and get more information just go to the following website: https://microk8s.io
mkcert is a simple tool for making locally-trusted development certificates. It requires no configuration.
mkcert -install
For more information: https://github.com/FiloSottile/mkcert
Add the following entries to your host file.
127.0.1.1 authorization-policy.poc-istio.local
127.0.1.1 kiali.poc-istio.local
10.64.140.43 traffic.poc-istio.local
microk8s enable metallb:10.64.140.43-10.64.140.49
microk8s enable ingress
microk8s enable community
microk8s enable istio
kubectl apply -f k8s/namespace
kubectl apply -f k8s/kiali