Lens: Kubernetesを使いやすくするIDE

Lens | The Kubernetes IDELens IDE for Kubernetes. The only system you’ll ever need to take control of your Kubernetes clusters. It’s open source and free. Download it today!LENS // THE KUBERNETES PLATFORMMirantis, Inc.…

Kubernetesの消せないnamespaceを消す

( NAMESPACE={消せないネームスペース} kubectl proxy & kubectl get namespace $NAMESPACE -o json |jq '.spec = {"finalizers":[]}' >temp.json curl -k -H "Content-Type: application/json" -X PUT --data-binary @temp.json 127.0.0.1:8001/api/v1/namespaces/$NAMESPACE/finalize )…