Jahenr / CheatSheets

Cheat Sheets for many well know systems. Featured on https://github.com/szabgab/awesome-for-non-programmers
82 stars 150 forks source link

Update K8s_CheatSheet.md #94

Closed hritikbhattacharya closed 1 year ago

hritikbhattacharya commented 1 year ago

'apply' manages applications through files defining Kubernetes resources. It creates and updates resources in a cluster through running 'kubectl apply'. This is the recommended way of managing Kubernetes applications on production. i have added few commands which are helpful ..