[RSS Feed]

Run an ad-hoc container

last change: 2018-11-06
From the book "Istio in Action":

kubectl run -i --rm --restart=Never dummy \
--image=dockerqa/curl:ubuntu-trusty --command \
-- sh -c 'curl -s catalog:8080/api/catalog'

permlink: _.at: Run an ad-hoc container

Kubernetes cluster status

last change: 2018-07-11
A simple status of the cluster:

$ kubectl top nodes

With scheduled pods:

$ kubectl describe nodes

permlink: _.at: Kubernetes cluster status

Manage multiple Kubernetes cluster configurations for kubectl

last change: 2018-06-14
List available configurations/contexts:
kubectl config get-contexts

Switch to another context:
kubectl config use-context docker-for-desktop

permlink: _.at: Manage multiple Kubernetes cluster configurations for kubectl


all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.