Ayush Guptaitsayush.hashnode.dev·Jun 8, 2023YAML Supercharged: Simplifying K8s Configurations and MonokleIn the last blog, I mentioned that there are 2 ways of interacting with a K8s cluster - an imperative way and a declarative way. We deployed the Nginx web server on Kubernetes cluster using Imperative way(using kubectl commands). It works if the comm...66 readsWeMakeDevs
Kunal KushwahaforKunal Kushwahatechwithkunal.com·Mar 26, 2023Kubernetes manifests simplifiedCreating Kubernetes manifests Kubernetes has become the de facto container orchestration system and is used in a wide variety of use cases. It provides a lot of configuration options right out of the box, and to configure it, we create tons of YAML m...1 like·374 readsCase studies#monokle
Rishabh Guptarishabhgupta.hashnode.dev·Feb 16, 2023How to create your own template plugin in MonokleMonokle is a very helpful tool in handling and managing your K8s configurations. Monokle Desktop helps you to: ⚡ Quickly get a high-level view of your manifests, their contained resources and relationships 📇 Leverage Git to manage the lifecycle of...32 readsKubernetes
Jens Tanjenstan.hashnode.dev·Oct 19, 2022Monokle 101What is Monokle? — Managing Your Kubernetes Manifests Managing Kubernetes manifests can be a difficult, time consuming task if you don’t have an easy way to manage them at scale. That is, if you don’t have Monokle. Monokle is an open source desktop t...45 reads#monokle
Jens Tanjenstan.hashnode.dev·Sep 29, 2022Create A Custom Kubernetes Manifest Template Using MonokleWhat is Kubernetes? Kubernetes, also known as K8s, is an open-source container orchestration system for automating software deployment, scaling, and management. What is Monokle ? Monokle is an open-source tool by Kubeshop. It is MIT licensed. It’s a ...k8s
Sanyam Sainiitssanyam.hashnode.dev·Sep 25, 2022A Quick Guide To MonokleWhat is Monokle and why use it? When working with Kubernetes, it becomes a challenge to manage our manifest when we have lots of resources present. Comes into picture Monokle, a tool by Kubeshop which allows us to easily manage and debug our manifest...15 likes·84 readsBlogsWithCC
Rahul Bagalrahulbagal.hashnode.dev·Aug 16, 2022Create a Kubernetes Manifest Template Using MonokleWhat is Monokle? "Monokle is an open-source tool created by Kubeshop that makes it extremely simple to oversee and examine your Kubernetes Manifests, showing you how your shows and various articles are associated with one another.". It is MIT authori...93 readsBlogsWithCC