August 13th, 2024
If you want to inspect your app environment & its backing kubernetes cluster, say to check if your applicationâs pods are running healthy, use Localops CLI to do it.
Just install it in your local dev machine and use its update-kubeconfig
sub-command to set correct kubernetes context of your local kubectl
system. Then, you can run any kubectl
command to inspect objects running in the specific app environmentâs kubernetes cluster.
Checkout the new âShellâ tab in App environment page to find out more đ.
Run this command in your Terminal to install LocalOps CLI in your Mac:
bash -c "$(curl -fsSL https://cli.localops.co/install.sh)"
Learn more at https://docs.localops.co/category/cli