Tag: K8s

  • How to View Kubernetes Pod Logs With Kubectl

    How to View Kubernetes Pod Logs With Kubectl

    Viewing logs in Kubernetes (K8S) is important for troubleshooting and understanding what is happening in the various components of your cluster. In this article, we will focus on how to view pod logs using the kubectl logscommand line tool. What is kubectl? kubectl is a command line tool that allows you to run commands against…