kubectl.md

July 15, 2021 · View on GitHub

Bookmarks tagged [kubectl]

www.codever.land/bookmarks/t/kubectl

A cleaner multi-stage continuous deployment on Kubernetes of a Create React App with kustomize, helm and skaffold – CodepediaOrg

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.


Kubectl Reference Docs

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

Kubectl Commands Reference


The Kubectl Book - kubectl docs

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

Kustomize Home Page

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:


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

https://github.com/johanhaleby/kubetail

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


kubectl Cheat Sheet - Kubernetes

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

This page is an overview of the kubectl command.