docker Docker Swarm: The Simplest Container Orchestrator Docker Swarm is a native clustering and orchestration tool for Docker containers.
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.
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.
container UBI: Using RHEL-based Image for Kubernetes Workload A Universal Base Image (UBI) is a type of container base image that Red Hat created and maintains.
docker How to install Container Registry on Kubernetes Cluster A Docker registry is a stateful, server-side application that stores and lets you distribute Docker images.
docker Distroless: Using Minimal Container Image for Kubernetes Workload Distroless Docker images are a stripped-down version of regular Docker images. In essence, they only contain the absolute essentials required to run an application.
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.
devops Kubernetes 101: Introduction Kubernetes (often abbreviated to K8s) is a powerful, open-source system for managing containerized applications across multiple hosts.
devops Docker: Revolutionizing Software Development and Distribution At its core, Docker is an open-source platform designed to facilitate the process of containerization. It enables developers to package an application along with its libraries, dependencies, and other requirements within a standalone unit known as a container.
devops GCP 101: Google Container Registry Google Container Registry, or GCR, is a private container registry service offered by Google Cloud. It allows you to store, manage, and secure your Docker container images with ease.
devops How to setup self-hosted Sentry This article will delve into Sentry's features, its open-source nature, and the advantages of using it with docker-compose on a dedicated VM.
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.