Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rocket.chat | 35,704 | 14 hours ago | 5 | August 18, 2022 | 3,071 | other | TypeScript | |||
The communications platform that puts data protection first. | ||||||||||
Argo Cd | 13,185 | 8 | 25 | 14 hours ago | 402 | July 29, 2022 | 2,645 | apache-2.0 | Go | |
Declarative continuous deployment for Kubernetes. | ||||||||||
Caprover | 10,459 | 21 days ago | 100 | other | TypeScript | |||||
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids | ||||||||||
Dagger | 8,361 | 2 | 15 hours ago | 81 | September 13, 2022 | 388 | apache-2.0 | Go | ||
A programmable CI/CD engine that runs your pipelines in containers | ||||||||||
Aws Sam Cli | 6,310 | 31 | 12 | 14 hours ago | 129 | June 29, 2022 | 358 | apache-2.0 | Python | |
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM | ||||||||||
Deis | 6,104 | 6 | 4 years ago | 68 | January 19, 2017 | 4 | mit | Python | ||
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules. | ||||||||||
Openwhisk | 6,067 | 2 days ago | 378 | apache-2.0 | Scala | |||||
Apache OpenWhisk is an open source serverless cloud platform | ||||||||||
Ko | 6,007 | 20 | 2 days ago | 161 | August 24, 2022 | 85 | apache-2.0 | Go | ||
Build and deploy Go applications | ||||||||||
Fate | 5,035 | a day ago | 1 | May 06, 2020 | 728 | apache-2.0 | Python | |||
An Industrial Grade Federated Learning Framework | ||||||||||
Orchest | 3,867 | 4 days ago | 14 | April 06, 2022 | 126 | agpl-3.0 | TypeScript | |||
Build data pipelines, the easy way 🛠️ |
ko
: Easy Go ContainersGoogle has applied for
ko
to join the Cloud Native Computing Foundation as a Sandbox project! Learn more here!
ko
is a simple, fast container image builder for Go applications.
It's ideal for use cases where your image contains a single Go application without any/many dependencies on the OS base image (e.g., no cgo, no OS package dependencies).
ko
builds images by effectively executing go build
on your local machine,
and as such doesn't require docker
to be installed. This can make it a good
fit for lightweight CI/CD use cases.
ko
makes multi-platform builds easy, produces SBOMs by default, and includes support for simple YAML templating which makes it a powerful tool for Kubernetes applications.
ko
and get started!This work is based heavily on experience from having built the Docker and Kubernetes support for Bazel. That work was presented here.
Questions? Comments? Ideas?
Come discuss ko
with us in the #ko-build
channel on the Kubernetes Slack!
See you there!
You can find all the necessary details about the community meetings in this page.