Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 3.17 KB

kubectl.md

File metadata and controls

51 lines (43 loc) · 3.17 KB

Bookmarks tagged [kubectl]

https://www.codepedia.org/ama/a-cleaner-multi-stage-deployment-on-kubernetes-of-a-create-react-app-w...

This blog posts presents a clean way to make a multi-stage deployment of a Create React App on a Kubernetes Cluster. Deployments with kubectl, helm charts, kustomize and skaffold are presented.


https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands

Kubectl Commands Reference


https://kubectl.docs.kubernetes.io/

TL;DR

  • Kubectl is the Kubernetes cli
  • Kubectl provides a swiss army knife of functionality for working with Kubernetes clusters
  • Kubectl may be used to deploy and manage applications on Kubernetes ...
  • tags: kubectl, docs

https://kustomize.io/

Kustomize traverses a Kubernetes manifest to add, remove or update configuration options without forking. It is available both as a standalone binary and as a native feature of kubectl.

Docs:


https://github.com/johanhaleby/kubetail

Bash script to tail Kubernetes logs from multiple pods at the same time - johanhaleby/kubetail


https://kubernetes.io/docs/reference/kubectl/cheatsheet/

This page is an overview of the kubectl command.