buildpacks Buildpacks: Transform Application Source Code into Image Buildpacks are essentially tools or scripts used in cloud-native development, primarily serving the purpose of transforming your application source code into a container image.
github GitHub Action: Integrated CI/CD Platform for the Entire Software Development Lifecycle GitHub Actions is a comprehensive and flexible automation platform within GitHub that allows users to automate their software development workflows directly in their GitHub repositories.
tekton Tekton: Build Simple Build Pipeline using Kubernetes Native CI/CD Tools Tekton is an open-source project that provides Kubernetes-style resources for declaring CI/CD-style pipelines.
kaniko Kaniko: Kubernetes Native Daemonless Docker Image Builder Kaniko is an open-source tool to build container images from a Dockerfile, often used within Kubernetes environments.
sonarqube SonarQube: Install Open Source Code Analysis Tool on Kubernetes SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells, and security vulnerabilities on 20+ programming languages.
werf Werf: The Modern and Platform Agnostic CI/CD Tool Werf is a Continuous Integration/Continuous Deployment (CI/CD) tool that simplifies the process of building, testing, releasing, and deploying applications to Kubernetes.
drone Drone CI: A Quest to Implement Open Source Cloud Native CI/CD Tools on Kubernetes (Part 1) Drone CI is a Continuous Integration system built with simplicity and effectiveness in mind. It's an open-source platform that orchestrates your build workflows, automating the testing and integration of code changes.
gitops FluxCD: Install the most popular GitOps Platform on Kubernetes FluxCD is a leading tool in this GitOps movement. As an open-source project, its primary function is to monitor Git repositories for changes and synchronize those changes in a Kubernetes environment, ensuring a consistent state.
devops Tekton: The Open Source, Kubernetes-native CI/CD Tools Tekton is an open-source project that provides Kubernetes-style resources for declaring CI/CD-style pipelines.
devops How to setup GitLab Runner on Kubernetes Cluster GitLab Runner is a powerful tool that improves the development process, particularly for teams already using GitLab. In this article, we'll elaborate how to install GitLab Runner on Kubernetes Cluster.