Kubernetes Commands Tools
Kubernetes command reference and tools: kubectl get, apply, scale and rollout plus describe, logs and exec for troubleshooting, the manifest fields that matter.
Kubernetes 命令速查表 (Kubernetes Commands) is a frequently consulted reference for developers. Keeping the reference and ready-to-use tools on one page cuts the cost of switching back and forth. All tools below run locally, are free, and need no sign-up.
Related Tools
- 🔡Numeronym GeneratorConvert words to numeronyms like i18n, k8s, a11y and l10n for compact abbreviations, and batch convert a list while keeping the original casing and separators.
- 🔁TOML to YAMLConvert TOML data to YAML format with nested tables, arrays and dates, ready for Kubernetes configs, CI pipeline definitions and deployment manifests.
- 🐳docker run to composeConvert a docker run command into docker-compose.yml with ports, volumes and env vars, so ad-hoc containers become versioned orchestration stacks you can.
- 🔀Git CheatsheetQuick reference for common git commands like init, commit, branch, merge and rebase for daily version control workflow and day-to-day troubleshooting lookups.
- 📑YAML to JSONConvert YAML data to formatted JSON with full nested structure support. Drop in config files for clean, indented JSON you can paste anywhere. Anchors expand.
- 🔁YAML to TOMLConvert YAML data to TOML format with nested structures and typed values, handling null explicitly when switching config across toolchains and CI systems.
- 👁️YAML ViewerRender YAML with a collapsible structure and syntax highlighting. Navigate large config files, search inside the tree, fold branches and copy any node path.
- 📄JSON to YAMLConvert JSON data to YAML format with custom indentation and nested object support. Turn verbose JSON configs into clean readable YAML in a couple of seconds.