Parse the json output of the kubernetes object and apply wait condition on status.
pod
How to find the current CPU and Memory usage of all the pods in kubernetes cluster
The kubelet acts as a bridge between the Kubernetes master and the nodes, managing the pods and containers running on a machine. The kubelet translates each pod into its constituent containers and fetches individual container usage statistics from the container runtime through the container runtime interface. The kubelet fetches this information from the integrated cAdvisor for the legacy Docker integration. It then exposes the aggregated pod resource usage statistics through the metrics-server Resource Metrics API.
How to install sqlcmd on kubernetes pod container to test sql server connection
This article covers setting up of mssql-tools which includes the sqlcmd client utility. These steps are needed for container in which you wish to use the sqlcmd command or other Microsoft-originating utilities on Ubuntu to interact with an MSSQL Server.
How to resolve aws-iam-authenticator error “could not load/generate a certificate”
aws-iam-authenticator error “could not load/generate a certificate” can be resolved by terminating master node