Advanced FiltersClear Filter
Star Rating
Categories
We’re exploring PaaS options that don’t just host apps but fit neatly into existing DevOps workflows — CI/CD, container orchestration, and automated testing. The goal is to make deployments feel frictionless from commit to production.

Here’s what’s standing out so far:

Containerized applications need orchestration, scaling, and observability. We’re comparing DevOps tools that simplify Kubernetes management and container workflows.

We’re currently exploring:

  • GitHub – for automating container workflows using GitHub Actions.
  • Azure... Read more

Agile teams rely on flexible, cloud-native DevOps platforms to accelerate delivery and collaboration. We’re evaluating solutions that support distributed development, automation, and scalability in the cloud.

We’re currently exploring:

  • Salesforce Platform – for cloud-native... Read more

Looking at data on the Container Monitoring Software category, several platforms stand out for helping DevOps teams integrate container monitoring directly into CI/CD... Read more

I’m evaluating API management platforms that integrate well with CI/CD pipelines to help automate API design, testing, and deployment workflows. The right solution should make it easy to version APIs, run automated tests, and deploy securely across environments without manual... Read more

Posted within CloudBees
We have a CJOC where all the build agents are ephemeral & dockerized. We run all the builds on these docker containers whose base image is Amazon Linux. We use Kaniko pipeline to build new dockerless docker images on these containerized build agents. I want to scan these images built by... Read more