Installing MT4 gRPC API service to the microk8s Kubernetes cluster with round-robing balancing and sticky sessions

Microk8s installation: sudo apt update sudo apt install snapd sudo snap install microk8s –classic sudo usermod -a -G microk8s $USER Then you need to restart user session. After this, you can check the microk8s status: microk8s.status –wait-ready microk8s kubectl get all –all-namespaces Cert manager installation: microk8s enable cert-manager Istio installation: microk8s enable community microk8s.enable istio…
Read more