Table of contents
This blog about how to manage and debug kubernetes with monokle by kubeshop .
Let us find required files for this tutorial to download
Purpose
To manage kubernetes manifest files we use Monkole by Kubeshop this tool makes easier to manage and debug your manifests before deployment intothe cluster.
Monokle Helps you to
Easily edit resources without having learn or look up YAML syntax
Preview and debug resources generated with kustomize or Helm.
Visualize and navigate between clusters.
Refractor resources means if you want to change anything in multiple files you can refractor.
Architecture For Monokle in Devops
Next step is download git files from documentaion into local system by using git clone.
After downloading the files from Git Open Monokle and upload files in which you have previously downloaded then file looks like this(agro-rollouts).
This file contains lot of YAML files . Monkole makes easier to manage YAML files and you don't need to remeber all such YAML syntaxes etc...
And also try to open another folder emissary do reaserch on files and click the links provided do some analysis.
Try to create another custom cluster by using CIVO which is free credit based account. After creating the cluster import the files into Monokle.
Thankyou
Please provide feedback..!