<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>cloud on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/cloud/</link><description>Recent content in cloud on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 03 Dec 2022 22:54:10 +0300</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/cloud/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes</title><link>https://jaaved.netlify.app/notes/202105201011-kubernetes/</link><pubDate>Sat, 03 Dec 2022 22:54:10 +0300</pubDate><guid>https://jaaved.netlify.app/notes/202105201011-kubernetes/</guid><description> Running it locally # Best way to run locally is by using MiniKube
Start kubernetes cloud with non root user # why docker container should be run as non root user?
``` minikube start ```
Install kubectl command # ref
curl -LO &amp;#34;https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl&amp;#34; curl -LO https://dl.k8s.io/release/v1.21.0/bin/linux/amd64/kubectl sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl Frequently used commands, cheatsheet # kubectl get po -A</description></item></channel></rss>