I created K8S Cluster using AKS-Engine. In local client I see that my services are running and working ("get pod -owide" log below)
But in Azure Portal (UI), - Kubernetes Services - empty, although, VM - created (k8s-master-39780674-0).
https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.ContainerService%2FmanagedClusters
Maybe issue because my cluster is NOT monitored?
If Yes, - how to do it from Client? I already installed helm
azmon-containers-release-1 ingress-basic 1 2020-10-19 08:02:50.240043 +0300 IDT deployed azuremonitor-containers-2.7.6 7.0.0-1
I'm trying create K8S Cluster completely automatically from my application, using Azure cli and aks-commands. And I'm looking in parallel in Portal, to be sure that all is done, same way as from Portal (so maybe you will see more questions / separate).
Sorry if I'm confusing, as I have no experience with Azure, but experienced with Openshift and K8S.
Cluster Status Summary
1
Total
0
Critical
0
Warning
0
Unknown
0
Healthy
1
Unmonitored
cloud-shell-storage-westeurope
$ oc get pod -owide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
nginx-ingress-ingress-nginx-controller-76cd47bb89-28hzp 1/1 Running 0 8d 10.240.0.19 k8s-agentpool1-39780674-vmss000000 <none> <none>
nginx-ingress-ingress-nginx-controller-76cd47bb89-ffpf2 1/1 Running 0 8d 10.240.0.22 k8s-agentpool1-39780674-vmss000000 <none> <none>
service-a-8b4b57678-777hf 1/1 Running 0 4d3h 10.240.0.18 k8s-agentpool1-39780674-vmss000000 <none> <none>
service-b-8b48699d6-sbf8z 1/1 Running 0 6d17h 10.240.0.26 k8s-agentpool1-39780674-vmss000000 <none> <none>
valerym@DESKTOP-1G5SDPG