susithrupasinghe / matrics-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrics Server

References

https://blog.freshtracks.io/a-deep-dive-into-kubernetes-metrics-part-3-container-resource-metrics-361c5ee46e66

Setup Kubernetes Cluster

Login to Azure

  1. az login
  2. az aks get-credentials --resource-group ResearchGroup --name ResearchCluster az aks get-credentials --resource-group ResearchGroup --name ResearchClus
  3. kubectl get nodes

Install Istio

  1. istioctl install --set profile=demo -y
  2. kubectl label namespace default istio-injection=enabled

Deploy Microservice Applications

  1. kubectl apply -f Kubernetes-manifests.yaml
  2. kubectl get service --watch
  3. kubectl get pods

Inject Istio Configurations

  1. kubectl apply -f release/istio-manifests.yaml
  2. istioctl analyze
  3. kubectl apply -f samples/addons
  4. istioctl dashboard kiali
  5. istioctl dashboard grafana
  6. istioctl dashboard prometheus

About


Languages

Language:JavaScript 100.0%