Bookmarks tagged [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.
- 📆 published on: 2019-09-03
- tags: reactjs, kubernetes, devops, kustomize, kubectl, helm, skaffold
- source code
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands
Kubectl Commands Reference
- tags: kubernetes, 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 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:
- [gi...
- tags: kubernetes, kustomize, kubectl
- source code
https://github.com/johanhaleby/kubetail
Bash script to tail Kubernetes logs from multiple pods at the same time - johanhaleby/kubetail
- tags: kubernetes, kubectl, devops, devops-tools
- source code
https://kubernetes.io/docs/reference/kubectl/cheatsheet/
This page is an overview of the kubectl
command.
- tags: kubernetes, kubectl, cheatsheet