All Projects → kedgeproject → Kedge

kedgeproject / Kedge

Licence: apache-2.0
Kedge : Simple, Concise & Declarative Kubernetes Applications

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Kedge

Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+263%)
Mutual labels:  containers, openshift
Centos7 S2i Nodejs
DEPRECATED OpenShift S2I builder images for Node.js ✨
Stars: ✭ 34 (-88.67%)
Mutual labels:  containers, openshift
Minishift
Run OpenShift 3.x locally
Stars: ✭ 2,246 (+648.67%)
Mutual labels:  containers, openshift
Origin
Conformance test suite for OpenShift
Stars: ✭ 8,046 (+2582%)
Mutual labels:  containers, openshift
Cloud Native Labs
The Labs for Cloud Native Roadshow on OpenShift https://www.openshift.com/
Stars: ✭ 64 (-78.67%)
Mutual labels:  containers, openshift
Opencompose
OpenCompose - A higher level abstraction for Kubernetes Resource
Stars: ✭ 66 (-78%)
Mutual labels:  containers, openshift
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (-27.33%)
Mutual labels:  containers, openshift
Awesome Rancher
Curated list of Rancher resources
Stars: ✭ 265 (-11.67%)
Mutual labels:  containers
K8s Sidecar Injector
Kubernetes sidecar injection service
Stars: ✭ 280 (-6.67%)
Mutual labels:  containers
Portus
Authorization service and frontend for Docker registry (v2)
Stars: ✭ 2,880 (+860%)
Mutual labels:  containers
Dockly
Immersive terminal interface for managing docker containers and services
Stars: ✭ 3,034 (+911.33%)
Mutual labels:  containers
Crashcart
CrashCart: sideload binaries into a running container
Stars: ✭ 268 (-10.67%)
Mutual labels:  containers
Titus Control Plane
Titus is the Netflix Container Management Platform that manages containers and provides integrations to the infrastructure ecosystem.
Stars: ✭ 282 (-6%)
Mutual labels:  containers
Stargz Snapshotter
Fast docker image distribution plugin for containerd, based on CRFS/stargz
Stars: ✭ 263 (-12.33%)
Mutual labels:  containers
Reshifter
Kubernetes cluster state management
Stars: ✭ 292 (-2.67%)
Mutual labels:  openshift
Dotfiles
Installing
Stars: ✭ 2,948 (+882.67%)
Mutual labels:  containers
Terraform Ecs Fargate
A Terraform template used for provisioning web application stacks on AWS ECS Fargate
Stars: ✭ 293 (-2.33%)
Mutual labels:  containers
Openshift Acme
ACME Controller for OpenShift and Kubernetes Cluster. (Supports e.g. Let's Encrypt)
Stars: ✭ 287 (-4.33%)
Mutual labels:  openshift
Frappe docker
Docker images for production and development setups of the Frappe framework and ERPNext
Stars: ✭ 277 (-7.67%)
Mutual labels:  containers
Lxdmosaic
Web interface to manage multiple instance of lxd
Stars: ✭ 270 (-10%)
Mutual labels:  containers

Kedge : Simple, Concise & Declarative Kubernetes Applications

Semaphore Build Status Widget Travis Build Status Widget Coverage Status Widget GoDoc Widget GoReportCard Widget

logo


Kedge is a simple, easy and declarative way to define and deploy applications to Kubernetes by writing very concise application definitions.

Why do people love Kedge?

  • An extension of Kubernetes definitions: Use pre-existing definitions such as Pod or Container within your artifact file.
  • Shortcuts: Reduce your file-size and definitions by using intuitive Kedge shortcuts.
  • Concise: Define just the necessary bits, Kedge will interpolate and pick the best defaults for your application to run on Kubernetes.
  • Define all your containers in one place: Define your containers, services and applications in one simple file, or split them into multiple files.

To start using Kedge

Installing

Kedge is released via GitHub on a three-week cycle, you can see all current releases on the GitHub release page.

Linux and macOS:

# Linux
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.12.0/kedge-linux-amd64 -o kedge

# macOS
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.12.0/kedge-darwin-amd64 -o kedge

chmod +x kedge
sudo mv ./kedge /usr/local/bin/kedge

Windows:

Download from GitHub and add the binary to your PATH.

A more thorough installation guide is also available.

Using Kedge

Try our quick start guide.

Go through our file reference.

Then go further with our pre-existing examples.

Community, Discussion, Contribution, and Support

Contributing: Kedge is an evolving project and contributions are happily welcome. Feel free to open up an issue or even a PR. Read our contributing guide for more details. A thorough development guide is available if you're interested in contributing to Kedge.

Chat (Slack): We're fairly active on Slack. You can invite yourself at slack.kedgeproject.org.

License

Unless otherwise stated (ex. /vendor files), all code is licensed under the Apache 2.0 License. Portions of the project use libraries and code from other projects, the appropriate license can be found within the code (header of the file) or root directory within the vendor folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].