kubectl-basics

Manage Kubernetes clusters and resources with kubectl commands.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/ryukyagamilight/terminal-skills --skill kubectl-basics-ryukyagamilight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubectl-basics
Source: https://github.com/ryukyagamilight/terminal-skills/tree/main/kubernetes/kubectl-basics
Command: npx skills add https://github.com/ryukyagamilight/terminal-skills --skill kubectl-basics-ryukyagamilight

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies Kubernetes management by providing quick access to essential kubectl commands, reducing the learning curve and improving operational efficiency.

Core Features & Use Cases

  • Resource Management: Easily view, create, delete, and update Kubernetes resources like Pods, Deployments, and Services.
  • Debugging: Quickly access logs, execute commands within containers, and forward ports for troubleshooting.
  • Use Case: When a deployment is not scaling as expected, use this Skill to quickly check Pod statuses, view logs, and describe nodes to identify the root cause.

Quick Start

Use the kubectl-basics skill to list all pods in the current namespace.

Frequently Asked Questions about kubectl-basics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list and manage Kubernetes resources like Pods and Deployments?

To manage Kubernetes resources, you can use kubectl commands to easily view, create, delete, and update resources like Pods, Deployments, and Services within your cluster.

What is the best way to debug a Kubernetes Pod that is not scaling as expected?

Debugging a Kubernetes Pod involves using kubectl commands to check Pod statuses, view container logs, and describe nodes to identify the root cause of scaling or deployment issues.

How can I execute commands within a container or forward ports for troubleshooting in k8s?

For container troubleshooting in k8s, use kubectl commands to quickly access logs, execute commands directly within containers, and forward ports to diagnose application behavior.

Do I need any special dependencies to use kubectl commands for cluster management?

No special dependencies are required to use this kubectl command set for cluster management, as it provides a comprehensive standalone reference for operating Kubernetes environments.

Can I use shell aliases to improve my kubectl terminal productivity?

Yes, you can use shell aliases included with the kubectl commands to enhance terminal productivity and simplify repetitive Kubernetes cluster management operations.

Why does my Kubernetes deployment show errors, and how do I view cluster information?

To investigate Kubernetes deployment errors, use kubectl commands to retrieve cluster information, inspect resource events, and troubleshoot common scenarios affecting your nodes and Pods.