Kubectl

Getting started with Web Kubectl

Reading Time: 3 minutes Hello Readers! In this blog we are going to see all about web kubectl. What it is and What’s the use case of web kubectl. So, As its name suggests it is use for running the kubectl command in a web browser. With the help of this you can also manage your kubernetes credentials. One of the main benefits is that the user doesn’t need Continue Reading

Stern: A Tool to Read Logs Across Multiple Pods.

Reading Time: 3 minutes Kubernetes is a scalable container orchestrator. On the one end, it can support complex enterprise systems with thousands of apps and hosts, on the other end, it is quite light-weighted to support IoT appliances. In the absence of centralized logging and aggregation service in Micro Kubernetes clusters, kubectl logs is there for survival. It is good for a pod but if you want to debug your distributed Continue Reading