mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-06 11:41:09 +00:00
Update kubernetes.md
This commit is contained in:
@@ -54,13 +54,15 @@
|
||||
```
|
||||
kubectl get --raw /openapi/v2 | jq '.paths | keys[]'
|
||||
```
|
||||
|
||||
|
||||
* [blog.alexellis.io: Get a LoadBalancer for your private Kubernetes cluster](https://blog.alexellis.io/ingress-for-your-local-kubernetes-cluster/)
|
||||
* [itnext.io: K8s Vertical Pod Autoscaling 🌟](https://itnext.io/k8s-vertical-pod-autoscaling-fd9e602cbf81)
|
||||
* [share a configMap in kubernetes between namespaces:](https://stackoverflow.com/questions/55515594/is-there-a-way-to-share-a-configmap-in-kubernetes-between-namespaces)
|
||||
```
|
||||
kubectl get configmap --namespace=<source> <configmap> --export -o yaml | sed "s/<source>/<dest>/" | kubectl apply --namespace=<dest> -f -
|
||||
```
|
||||
|
||||
* [medium.com: kubernetes Pod Priority and Preemption](https://medium.com/@mohaamer5/kubernetes-pod-priority-and-preemption-943c58aee07d)
|
||||
|
||||
## Kubernetes Tutorials
|
||||
* [katacoda.com 🌟🌟🌟🌟](https://www.katacoda.com/) Interactive Learning and Training Platform for Software Engineers
|
||||
|
||||
Reference in New Issue
Block a user