Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.porter.run/llms.txt

Use this file to discover all available pages before exploring further.

Prerequisites
porter kubectl is a wrapper around the kubectl CLI tool that automatically sets the correct kubeconfig for your configured Porter cluster, in the form:
porter kubectl -- [kubectl commands] [kubectl args]

For example, if with kubectl you would do something like:
kubectl get pods -n prod

The above would translate to the following:
porter kubectl -- get pods -n prod