Porter home page
Search...
⌘K
Get Started
Get Started
Search...
Navigation
v1 Command Reference
porter helm
Documentation
Get Started
Home
Introduction
Provision
Overview
Provisioning on AWS
Provisioning on Azure
Provisioning on Google Cloud
Changing Instance Types
Cluster Upgrades
Cost Optimization for Node Groups
Deploy
Overview
Types of Services
Deploy from GitHub Repository
Deploy from Docker Registry
Building your Application
Pre-Deploy Jobs
Rollbacks
Blue-Green Synchronized Deployments
Using Other CI Tools
Configuration as Code
Configure
Basic Configuration
Environment Groups
Autoscaling
HTTPS Certificates and Custom Domains
Health Checks
Zero-Downtime Deployments
Advanced Networking
Command Line Interface (CLI)
Installation
Basic Usage
v1 and v2
v2 Command Reference
v1 Command Reference
porter auth
porter cluster
porter config
porter connect
porter create
porter delete
porter get
porter helm
porter job
porter kubectl
porter list
porter logs
porter project
porter registry
porter run
porter stack
porter update
Observability
Monitoring
Logging
Alerts
App Metadata
Custom Metrics and Autoscaling
Debug
Common Errors
Preview Environments
Overview
Defining Overrides
Custom Workflows
Security and Compliance
Role Based Access Control
Static Egress IPs
Configuring AWS ALB
Cloudflare DNS
SOC2 & HIPAA
Porter's IP Ranges
Language Specific Guides
Deploy a NodeJS App
Deploy a Rails App
Deploy a Flask App
Deploy a Golang App
Deploy a FastAPI App
Deploy a Next.JS App
Other Guides
Deleting Dangling Resources
AWS VPC Peering
Kubernetes 101
Migrate from Heroku
Tailscale on Porter
Terms & Privacy
Terms of Service
Privacy Policy
v1 Command Reference
porter helm
Prerequisites
You’ve logged in to the Porter CLI after running
porter auth login
You’re connected to the correct project by running
porter config set-project
You’re connected to the correct cluster by running
porter config set-cluster
You have
helm
installed locally. See
Install helm
porter helm
is a wrapper around the
helm
CLI tool that automatically sets the correct
kubeconfig
for your configured Porter cluster, in the form:
Copy
porter helm -- [helm commands] [helm args]
For example, if with
helm
you would do something like:
Copy
helm list
The above would translate to the following:
Copy
porter helm -- list
porter get
porter job
Assistant
Responses are generated using AI and may contain mistakes.