Troubleshooting Kubernetes Clusters as a Developer with Komodor

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • helm-charts

    Komodor.io public helm charts (by komodorio)

  • Komodor is offered as a hybrid application. The web UI runs in the cloud and is managed by the Komodor team. You need to install in your cluster the komodor agent as a Helm chart that then pushes information with the cloud UI. This means that communication for your cluster is outgoing only. There is no need to open any ports in your firewall or modify your allowlist with specific port ranges.

  • gitops-app-source-code

    Example application for GitOps deployment (by kostis-codefresh)

  • apiVersion: apps/v1 kind: Deployment metadata: annotations: app.komodor.com/app: https://github.com/kostis-codefresh/gitops-app-source-code app.komodor.com/app.ref: refs/heads/dummy app.komodor.com/deploy.job.jenkins: https://codefresh.io app.komodor.com/infra: kostis-codefresh/gitops-kubernetes-configuration app.komodor.com/infra.ref: refs/heads/master app.komodor.com/pipelines: https://github.com/kostis-codefresh/gitops-pipelines app.komodor.com/pipelines.ref: HEAD

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gitops-pipelines

    Example for GitOps pipelines

  • apiVersion: apps/v1 kind: Deployment metadata: annotations: app.komodor.com/app: https://github.com/kostis-codefresh/gitops-app-source-code app.komodor.com/app.ref: refs/heads/dummy app.komodor.com/deploy.job.jenkins: https://codefresh.io app.komodor.com/infra: kostis-codefresh/gitops-kubernetes-configuration app.komodor.com/infra.ref: refs/heads/master app.komodor.com/pipelines: https://github.com/kostis-codefresh/gitops-pipelines app.komodor.com/pipelines.ref: HEAD

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts