Using compose files as a universal infrastructure interface, even for Kubernetes

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/kubernetes

Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • kubevela

    The Modern Application Platform.

    Finally, I think the OAM model offers one possible future. Take a look at projects like KubeVela and Crossplane. These allow you to compose your own custom abstraction layer. The developer creates a simple CRD called "Application" and this is translated into ths k8s or even off-cluster resources. Problem right now is the complexity is transferred onto guys configuring the platform..... I want to see more "out of the box" implementations.

  • kompose

    Convert Compose to Kubernetes

    I frequently recommend Kompose as a k8s beginners tool, but as you've mentioned elsewhere it doesn't work for all scenarios and therefore becomes limiting.... What I do is transition devs to helm as quick as I can. One approach is adopting Devspace (Other similar tools I evaluated were Skaffold + Tilt). This provides developers with the k8s native workflows they need to build, deploy and debug their code against a k8s cluster. I consider the "devspace.yaml" to be a superior alternative to "docker-compose.yaml", yet it requires devs to accept....

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

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