CheatSnip

Related

Describe Pod

kubernetes

Show detailed information about a pod.

Exec Into Pod

kubernetes

Run a command or open a shell inside a pod.

Describe Node

kubernetes

Show detailed information about a node, including conditions and resource capacity.

kubernetes/port-forward

Port Forward

Forward local port to pod

network
debugging

Command

kubectl port-forward <pod-name> <local>=<remote>

Explanation

Routes traffic from local port to a pod port.

Examples

Access pod webserver locally

kubectl port-forward my-pod 8080:80

More

Describe Deployment

kubernetes

Show detailed information about a specific deployment, including events and replica status.

Describe Service

kubernetes

Show detailed info about a service

Run Proxy

kubernetes

Start Kubernetes API proxy

CheatSnip

Lightning-fast access to essential developer commands and code snippets. Search, copy, and master your favorite tools with our comprehensive cheat sheets.

Poorna Prakash

Quick Links

Git CommandsDockerNPMKubernetesYour Favorites

Legal

Terms & ConditionsPrivacy PolicyCookie Preferences

Company

About UsContact

© 2025 CheatSnip. All rights reserved.

Made with ❤️ for developers