Containers

Open-source projects categorized as Containers

Top 23 Container Open-Source Projects

  • kubernetes

    Production-Grade Container Scheduling and Management

  • Project mention: Estrutura de projetos Go | dev.to | 2024-05-17

    Exemplo de uso no Kubernetes.

  • Netdata

    The open-source observability platform everyone needs

  • Project mention: A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev | dev.to | 2024-02-05

    netdata.cloud — Netdata is an open-source tool to collect real-time metrics. It's a growing product and can also be found on GitHub!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

  • Project mention: Docker, Linux, Security. Kinda. | dev.to | 2024-05-19

    Docker allows us to do the same. We can give docker a seccomp profile to filter out the syscalls that are not required for a specific container. You can find the default docker seccomp profile here.

  • devops-exercises

    Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

  • Project mention: DevOps Exercises | news.ycombinator.com | 2023-08-07
  • minikube

    Run Kubernetes locally

  • Project mention: Montrez patte blanche : tuez des mutants ! | dev.to | 2024-05-16
  • Dokku

    A docker-powered PaaS that helps you build and manage the lifecycle of applications

  • Project mention: Open-source alternative to Heroku, Vercel, and Netlify | news.ycombinator.com | 2024-04-29

    Would be great to see a comparison to some better known alternatives like

    - Dokku [0]

    - CapRover [1]

    [0] https://dokku.com/

    [1] https://caprover.com/

  • 90DaysOfDevOps

    This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.

  • Project mention: What is DevOps? | dev.to | 2024-01-07

    90DaysOfDevOps 2022

  • SaaSHub

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

    SaaSHub logo
  • firecracker

    Secure and fast microVMs for serverless computing.

  • Project mention: Lambda Internals: Why AWS Lambda Will Not Help With Machine Learning | dev.to | 2024-04-25

    This architecture leverages microVMs for rapid scaling and high-density workloads. But does it work for GPU? The answer is no. You can look at the old 2019 GitHub issue and the comments to it to get the bigger picture of why it is so.

  • dapr

    Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.

  • Project mention: .NET Aspire is the best way to experiment with Dapr during local development | dev.to | 2024-05-04

    Dapr provides a set of building blocks that abstract concepts commonly used in distributed systems. This includes secured synchronous and asynchronous communication between services, caching, workflows, resiliency, secret management and much more. Not having to implement these features yourself eliminates boilerplate, reduce complexity and allows you to focus on developing your business features.

  • rancher

    Complete container management platform

  • Project mention: OpenTF Announces Fork of Terraform | news.ycombinator.com | 2023-08-25

    Did something happen to the Apache 2 rancher? https://github.com/rancher/rancher/blob/v2.7.5/LICENSE RKE2 is similarly Apache 2: https://github.com/rancher/rke2/blob/v1.26.7%2Brke2r1/LICENS...

  • Harbor

    An open source trusted cloud native registry project that stores, signs, and scans content.

  • Project mention: Docker Private Registry using Harbor | dev.to | 2024-04-20

    cat << EOF wget \ https://github.com/goharbor/harbor/releases/download/v2.9.4/\ harbor-offline-installer-v2.9.4.tgz EOF

  • lens

    Lens - The way the world runs Kubernetes

  • Project mention: Mirantis K8s Lens closed its source | news.ycombinator.com | 2024-03-24
  • podman

    Podman: A tool for managing OCI containers and pods.

  • Project mention: Show HN: Pico: An open-source Ngrok alternative built for production traffic | news.ycombinator.com | 2024-05-14
  • trivy

    Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

  • Project mention: Cloud Security and Resilience: DevSecOps Tools and Practices | dev.to | 2024-05-01

    4. Trivy: https://github.com/aquasecurity/trivy Trivy is a versatile tool that scans for vulnerabilities in your containers, and also checks for vulnerabilities in your application dependencies.

  • Pulumi

    Pulumi - Infrastructure as Code in any programming language 🚀

  • Project mention: How To Implement AWS SSB Controls in Terraform - Part 4 | dev.to | 2024-04-10

    If you are following this blog series, you should already know the benefits of using Terraform to define and deploy your AWS resources and configuration. Other IaC solutions such as AWS CloudFormation, AWS CDK, and Pulumi work the same way but differs in the programming or configuration language.

  • cilium

    eBPF-based Networking, Security, and Observability

  • Project mention: Cisco to Acquire Cloud Native Networking and Security Leader Isovalent | news.ycombinator.com | 2023-12-21

    They would have had to add a few externals to get to Graduated but it's definitely a minority:

    https://github.com/cilium/cilium/blob/main/MAINTAINERS.md

  • Lean and Mean Docker containers

    Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

  • Project mention: Optimize Your Containerized App with SlimToolkit | dev.to | 2024-05-07

    SlimToolkit empowers developers to create better, smaller, and more secure containers without sacrificing their existing workflows. Explore the project on GitHub or visit the official website to learn more.

  • colima

    Container runtimes on macOS (and Linux) with minimal setup

  • Project mention: How I ended up using Colima for Docker on Apple Silicon | dev.to | 2024-05-03

    While looking into the issue with Podman, I came across colima. Apart from being able to run AMD64 images out of the box, there were additional benefits to it, one of which was, unlike podman, colima could use Rosetta 2 for x64 emulation (which is significantly more performant).

  • containerd

    An open and reliable container runtime

  • Project mention: Estrutura de projetos Go | dev.to | 2024-05-17
  • kops

    Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management

  • Project mention: k8s kops | dev.to | 2024-05-18

    curl -LO https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64

  • cosmopolitan

    build-once run-anywhere c library

  • Project mention: Python Is Portable | news.ycombinator.com | 2024-04-15

    The reality is a bit different, the work on Python 3.6 was checked into the Cosmopolitan repo and I have been able to use it for production workloads that are in pure python. [0]

    As Cosmopolitan Libc has evolved, it has been possible to compile more software without modifications, and that includes latest Python through a project called superconfigure[1].

    Last person who tried to reproduce it from scratch did it last week (granted it too them a few days of solid work) but in the end they ended with a portable binary with Python 3.11.9, brotli, ssl and asyncio for their work related project.[2]

    [0] https://github.com/jart/cosmopolitan/tree/master/third_party...

  • ctop

    Top-like interface for container metrics

  • Project mention: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones? | news.ycombinator.com | 2024-05-06
  • gvisor

    Application Kernel for Containers

  • Project mention: My VM is lighter (and safer) than your container | news.ycombinator.com | 2024-05-14
  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Containers related posts

  • The Paradigm Shift of CI/CD as a DAG of Tasks

    1 project | news.ycombinator.com | 20 May 2024
  • Docker, Linux, Security. Kinda.

    7 projects | dev.to | 19 May 2024
  • k8s kops

    1 project | dev.to | 18 May 2024
  • Estrutura de projetos Go

    5 projects | dev.to | 17 May 2024
  • A Terminal Is All AI Needs

    4 projects | dev.to | 15 May 2024
  • My VM is lighter (and safer) than your container

    12 projects | news.ycombinator.com | 14 May 2024
  • Dev Containers on Kubernetes With DevSpace

    3 projects | dev.to | 13 May 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 20 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Container projects? This list will help you:

Project Stars
1 kubernetes 107,212
2 Netdata 68,458
3 Moby 67,824
4 devops-exercises 63,930
5 minikube 28,475
6 Dokku 26,122
7 90DaysOfDevOps 25,919
8 firecracker 24,203
9 dapr 23,351
10 rancher 22,594
11 Harbor 22,643
12 lens 22,215
13 podman 21,951
14 trivy 21,593
15 Pulumi 20,129
16 cilium 18,720
17 Lean and Mean Docker containers 18,314
18 colima 17,071
19 containerd 16,435
20 kops 15,572
21 cosmopolitan 15,370
22 ctop 15,195
23 gvisor 15,150

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com