<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>cheatsheet on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/cheatsheet/</link><description>Recent content in cheatsheet on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 17 Mar 2022 16:08:23 +0300</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/cheatsheet/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes CS</title><link>https://jaaved.netlify.app/notes/20210729191841-kubernetes_cs/</link><pubDate>Thu, 17 Mar 2022 16:08:23 +0300</pubDate><guid>https://jaaved.netlify.app/notes/20210729191841-kubernetes_cs/</guid><description>Kubectl of # Keywoards # pods ns: namespace(s) sc: storageclass(s) pv: persistentvolumes pvc: persistentvolumeclaim deploy: deployment(s) Actions # get describe delete explain Cheatsheet # kubectl get pods -A Resources # kubectl get resource-type # pods, ns etc kubectl describe crd elasticsearch Services # Create manifest yaml from currently running service # kubectl get svc wso2apim-service -o yaml Endpoints # kubectl get endpoints Delete # Delete namespace # kubectl delete ns elastic-system Delete all resources of a name space # kubectl delete all --all -n default Delete deployment # kubectl delete deploy name # kubectl get deploy Managing node # ref</description></item></channel></rss>