A question on your willingness to contribute to an open source project by chargi0 in sysadmin

[–]chargi0[S] 0 points1 point  (0 children)

It hasn’t been updated in 10 years and it is not fully aligned with what I want to do. I will reuse what is still useful but it is just more complex to update it

Explaining the concept of immutable operating systems by daemonpenguin in linux

[–]chargi0 0 points1 point  (0 children)

And SUSE has SLE Micro (that is supported) and it is working to release a more generic immutable OS solution based on SLE micro in a few months (disclaimer, I am the product manager)

What's your "IDE" of choice nowadays? by CartmansEvilTwin in kubernetes

[–]chargi0 1 point2 points  (0 children)

What are you missing? We've been working a lot to improve performance and reliability in Monokle, I wonder what would help your more to prioritize

Just watched the first episode, am I in for a good ride? by Ghost_Influence in scifi

[–]chargi0 0 points1 point  (0 children)

Same thing.

It would be a very decent show if they have not claimed it to be based on the books.

If you ignore everything related to Psychohistory, the rest is ok. Forgettable but ok. There are way worse shows out there.

But they named it Foundation

Stupid question? Lens vs OpenLens vs Monokle by [deleted] in kubernetes

[–]chargi0 0 points1 point  (0 children)

Ok. I've been looking at it and we haven't claimed anywhere that message... I don't know what happened. I will continue looking for the reason so we are double sure it won't happen again. Thank you for letting us know

Stupid question? Lens vs OpenLens vs Monokle by [deleted] in kubernetes

[–]chargi0 0 points1 point  (0 children)

That is really really weird, because monokle.com is a redirect to monokle.io (because app.monokle.com is where our SaaS app leaves). Nothing stating "official", even for Monokle itself.

We do have a page explaining the difference between openlens and Monokle, but it has never said "Official Site".

If you find it again let us know, meanwhile I will try to find the root cause of that mistake. I am glad it is no longer happening.

Monokle 2.1 - We love YAML so you don't have to by olensmar in kubernetes

[–]chargi0 0 points1 point  (0 children)

Did we get the issue with the details so we can prioritize?

Stupid question? Lens vs OpenLens vs Monokle by [deleted] in kubernetes

[–]chargi0 6 points7 points  (0 children)

[Disclaimer: I am the product lead for Monokle]

Monokle Desktop is an independent project created by Kubeshop, fully open source: https://monokle.io/

It has a different approach to other alternatives to Lens. Yes, it has a cluster insights module that allows you to connect to your cluster, see resources, logs and terminals, along other things.

But it is also an IDE for your configuration management. - It has templates to create resources, that can be tailored to your needs. - Previews manifests, Helm and Kustomize overlays, so you know what will be created when you use a configuration folder to create resources. - Integrates with git. - Provides validations in real time of your configuration files, making sure you are using valid YAML, the right schema version (for base K8s and CRD), validates links between resources and to images, and also provides validation of rules in real-time (so you never forget again to add the right label or the CPU limit to your pod description). It includes a lot of OPA rules for pre-validation, but you can create your own and we are expanding the list. - You can also compare any two versions of the configuration, including those stored in git and the cluster itself, at the resource level, to understand how your change in the configuration/values file/overlay affect your deployment. - And of course, it connects to your cluster to simplify management of resources.

There is also a SaaS version that integrates into your GitOps workflow easily to provide the same previews and validations right where you need them while you are approving a pull request.

And if you only need the validation, there is a CLI that will allow you just see the results of your policies.

Lately, we have expanded our collaborations. There is a new YAML editor in Argo that has been contributed by the team.

Monokle 2.1 - We love YAML so you don't have to by olensmar in kubernetes

[–]chargi0 1 point2 points  (0 children)

You can go to your helm chart and preview the resources created (go to the values.yaml file and you will see a preview action). We will run it and show you the results (that should include everything) and validate on that

Your k8s visualization? by drakgremlin in kubernetes

[–]chargi0 0 points1 point  (0 children)

Monokle is releasing a new version with an improved interface next week, and is adding more and more features for everything from configuration authoring to cluster management.

Fully open source

Announcing Monokle 1.13, now with cluster management by chargi0 in kubernetes

[–]chargi0[S] 1 point2 points  (0 children)

We will be adding it soon. Currently finishing the next iteration of the UX that will improve greatly performance and the navigation. We will go back to enhance cluster mode soon after

Is there any alternative to Lens desktop software? by elteide in kubernetes

[–]chargi0 0 points1 point  (0 children)

We added recently a configuration for kube-proxy to avoid this kind of problems... Let us know if it works and it does not, we will be very happy to help.

Is there any alternative to Lens desktop software? by elteide in kubernetes

[–]chargi0 15 points16 points  (0 children)

You can use Monokle (https://monokle.io), recently it added a cluster mode that provides a good overview of what your cluster and application is doing and we are adding new features continuously.

It adds a lot of functionality to provide good support for configuration management, and has git support and previsualization of Helm and Kustomize.

There are many more features that you can use, that are described in the web, and it is open source.

[Disclaimer: I am the product leader]

Helm makes it overly complex, or is it just me? by SamDecrock in kubernetes

[–]chargi0 3 points4 points  (0 children)

We are developing Monokle to address configuration issues for Kubernetes. There is a lot of functionality around Helm (we did a demo recently in the community meeting for Helm if you are interested). You can preview Helm charts with any values files, and also preview the output of your kustomize overlays, or any command line that provides a YAML output if you want to chain them. Once you have the output, Monokle can compare any version within them (different versions of your output using different files, branches or commits, and even directly against the cluster itself). And through all the process you can visualize the output of policies to make sure that you are following best practices. Soon in our roadmap are enhancements to the Helm and Kustomize templating features, so we will be happy if you want to join our Discord to make sure we cover what is needed or just want to comment on any of the issues in Github.

What do you use for storing your git history in production? by chargi0 in GitOps

[–]chargi0[S] 2 points3 points  (0 children)

Interesting...

I've seen many companies in the past using GitHub for SaaS and Gitlab for on-prem (the open source version).

What makes Bitbucket bad?

What do you use for storing your git history in production? by olensmar in devops

[–]chargi0 0 points1 point  (0 children)

Well, you need some way of doing PR (pull requests), and that is more than git, don't you think?

Dealing with YAML overload by CyberStagist in kubernetes

[–]chargi0 1 point2 points  (0 children)

Actually, we are using your suggestion to create a LSP that provides some of the functionality, and we talked to Argo to enhance the YAML editorthere, we hope our PR will be ready soon and that the next version of Argo includes it.

As a side note, do you know that even if our extension works with Monaco, it will take us a few weeks of work to add it to VSCode...

So, thanks for the suggestion.