Continuous Integration with Drone on Kubernetes

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • drone-on-k8s

    A simple demo and on how to setup Drone on local Kubernetes cluster

    The accompanying code for this blog i.e. the demo sources is available on my GitHub repo. Let us clone the same on to our machine,

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • The demo sources has little utility called gitea-config that helps in creating the oAuth application in Gitea and clone and create the quickstart repository as drone-quickstart on Gitea. We will use drone-quickstart* repository to validate our setup.

  • kubernetes

    Production-Grade Container Scheduling and Management

    Kubernetes has become the de facto Cloud Native deployment platform, solving one of the main Cloud Native problems: "deploying" applications quickly, efficiently and reliably. It offers radically easy scaling and fault tolerance. Despite this, not many Continuous Integration(CI) systems utilize the benefits of Kubernetes. None of the existing build systems offer the capabilities that are native to Kubernetes like in-cluster building, defining the build resources using CRDs, leveraging underlying security and access controls, etc. These missing features of Kubernetes made the Cloud Native architectures to be less effective and more complex.

  • kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

    In this blog, let see how we setup kind and Drone together on our laptops to build Kubernetes native pipelines which could then be moved to cloud platforms like Harness CI for a broader team based development.

  • drone

    Discontinued Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery. [Moved to: https://github.com/harness/gitness]

    Let me introduce an Open Source project Drone -- a cloud native self-service Continuous Integration platform -- . 10 years ago old Drone was the first CI tool to leverage containers to run pipeline steps independent of each other., Today, with over 100M+ Docker pulls, and the most GitHub stars of any Continuous Integration solution, Drone offers a mature, Kubernetes based CI system harnessing the scaling and fault tolerance characteristics of Cloud Native architectures. Drone help solve the next part of the puzzle by running Kubernetes native in-cluster builds.

  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

    All linux distributions adds envsubst via gettext package. On macOS, it can be installed using Homebrew like brew install gettext.

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

  • One Minute: DatAasee

    9 projects | dev.to | 10 Sep 2024
  • Reclaim the Stack

    8 projects | news.ycombinator.com | 8 Sep 2024
  • Dockerfile Best Practices: Building Efficient and Secure Containers

    2 projects | dev.to | 16 Aug 2024
  • We Can Resize Pods without Restarts! Or Can't We?

    1 project | dev.to | 1 Aug 2024
  • 5 Alternatives to Docker Desktop

    7 projects | dev.to | 24 Jul 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?