Monday, December 13, 2021

Kubectl: Load Balancer : Internal LB : Does not change , even if you restart POD

 em-ui                             LoadBalancer   172.20.221.225   internal-a54ec7ad6f02c49899f5bbd68ce6da3f-74411592.us-east-1.elb.amazonaws.com

em-ui                             LoadBalancer   172.20.221.225   internal-a54ec7ad6f02c49899f5bbd68ce6da3f-74411592.us-east-1.elb.amazonaws.com

Azure : How to whitelist IP Address Azure : Azure South India Region

https://docs.microsoft.com/en-us/azure/devops/organizations/security/allow-list-ip-url?view=azure-devops&tabs=IP-V4

Kubectl : NodePort : TargetPort : Port

https://medium.com/@deepeshtripathi/all-about-kubernetes-port-types-nodeport-targetport-port-containerport-e9f447330b19

https://stackoverflow.com/questions/41509439/whats-the-difference-between-clusterip-nodeport-and-loadbalancer-service-types/52241241#52241241


TargetPort  is port at which Docker Container Listens

NodePort is port at which NodePort - public ip of node listens 

Port is port at which PODS listens 

Linux : OLD PWD : cd DASH : cd -

 cd -

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass