All Projects → Aptomi → K8s App Engine

Aptomi / K8s App Engine

Licence: apache-2.0
Application delivery engine for k8s

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to K8s App Engine

Docker For All
Docker applied in development, devops, testing, product management etc.
Stars: ✭ 88 (-46.99%)
Mutual labels:  continuous-delivery, containers
Fabric8 Platform
Generates the distribution of the fabric8 microservices platform
Stars: ✭ 105 (-36.75%)
Mutual labels:  microservices, continuous-delivery
Flux2
Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
Stars: ✭ 1,281 (+671.69%)
Mutual labels:  helm, continuous-delivery
Cloud Native Labs
The Labs for Cloud Native Roadshow on OpenShift https://www.openshift.com/
Stars: ✭ 64 (-61.45%)
Mutual labels:  microservices, containers
Kubevela
The Modern Application Platform.
Stars: ✭ 2,984 (+1697.59%)
Mutual labels:  microservices, helm
Awesome Cloud Native
A curated list for awesome cloud native tools, software and tutorials. - https://jimmysong.io/awesome-cloud-native/
Stars: ✭ 1,157 (+596.99%)
Mutual labels:  microservices, containers
Pipeline
Banzai Cloud Pipeline is a solution-oriented application platform which allows enterprises to develop, deploy and securely scale container-based applications in multi- and hybrid-cloud environments.
Stars: ✭ 1,445 (+770.48%)
Mutual labels:  microservices, containers
Practical Clean Ddd
A simplified and effortless approach to get started with Domain-driven Design, Clean Architecture, CQRS, and Microservices patterns
Stars: ✭ 28 (-83.13%)
Mutual labels:  microservices, containers
Jib
🏗 Build container images for your Java applications.
Stars: ✭ 11,370 (+6749.4%)
Mutual labels:  microservices, containers
Lastbackend
System for containerized apps management. From build to scaling.
Stars: ✭ 1,536 (+825.3%)
Mutual labels:  continuous-delivery, containers
Bosco
A microservice helper
Stars: ✭ 63 (-62.05%)
Mutual labels:  microservices, continuous-delivery
Ops Cli
Ops - cli wrapper for Terraform, Ansible, Helmfile and SSH for cloud automation
Stars: ✭ 152 (-8.43%)
Mutual labels:  ops, helm
Origin
Conformance test suite for OpenShift
Stars: ✭ 8,046 (+4746.99%)
Mutual labels:  continuous-delivery, containers
Gameon Java Microservices On Kubernetes
This code demonstrates deployment of a Microservices based application Game On! on to Kubernetes cluster. Game On! is a throwback text-based adventure built to help you explore microservice architectures and related concepts.
Stars: ✭ 88 (-46.99%)
Mutual labels:  microservices, containers
Nff Go
NFF-Go -Network Function Framework for GO (former YANFF)
Stars: ✭ 1,036 (+524.1%)
Mutual labels:  microservices, containers
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (-39.76%)
Mutual labels:  microservices, helm
Flux
Successor: https://github.com/fluxcd/flux2 — The GitOps Kubernetes operator
Stars: ✭ 6,688 (+3928.92%)
Mutual labels:  helm, continuous-delivery
Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+374.7%)
Mutual labels:  microservices, helm
Kontena
The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.
Stars: ✭ 1,480 (+791.57%)
Mutual labels:  microservices, containers
Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-10.84%)
Mutual labels:  continuous-delivery, containers

Release License Go Report Card Build Status Coverage Status Godoc GitHub last commit Slack Status

Engine for development teams that simplifies the roll-out and operation of container-based applications on Kubernetes. It introduces a service-centric abstraction, which allows users to compose applications from multiple connected components. It supports components packaged using Helm, ksonnet, k8s YAMLs, and any other Kubernetes-friendly way!

This approach to application delivery becomes especially powerful in a multi-team setup, where components owned by different teams must be put together into a service. With ownership boundaries, Dev teams can specify multi-cluster and multi-env (e.g. dev, stage, prod) service behavior, as well as control the lifecycle and updates of their respective services.

It also provides contextual visibility into teams and services, allowing our users to visualize complex dependencies and accurately assess the impact of changes.

Overview

What is

You can also read this blog post about the project.

Demos

Asciinema

Youtube

Table of contents

Why?

Quickstart

Step #1: Installation

The simplest installation mode is Compact, but you may pick one that suits your needs:

Installation Mode Complexity Description
Compact Easy Installation on local machine (binaries or in a single Docker container)
Kubernetes Medium Deployed to k8s via Helm chart

You can also install it in a stripped-down mode with a fake executor:

Installation Mode Complexity Description
Concepts Easy Use this only if you want get familiar with the key concepts, API and UI. App deployment to k8s is DISABLED

Step #2: Setting up k8s Cluster

You will need to have access to a k8s cluster to deploy apps from the provided examples.

Having a powerful k8s cluster with a good internet connection will definitely provide a better experience compared to a local, single-node k8s cluster. We consider GKE to be the best option if you don't have your own k8s cluster.

Kubernetes Cluster When to use How to run
Your own If you already have a k8s cluster set up Configure on existing k8s cluster
Google Kubernetes Engine If you have a Google account and free credits Configure on GKE
k8s / Minikube Single-node, local machine with 16GB+ RAM Configure on Minikube
k8s / Docker For Mac Single-node, local machine with 16GB+ RAM Configure on Docker For Mac

Step #3: Running Examples

Once the server is up and your k8s cluster is ready, you can get started by running the following examples:

Example Description
twitter-analytics Twitter Analytics Application, multiple services, multi-cloud, based on Helm
twitter-analytics-with-concourse-ci Twitter Analytics Application, integrated with Concourse CI/CD pipelines
guestbook K8S Guestbook Application, multi-cloud, based on K8S YAMLs

Step #4: Send us a note on Slack

Give us your feedback on #general in Slack Status. If you run into any issues, we are always happy to help you resolve them!

How It Works

Architecture

Components

See artchitecture documentation

Language

Language

See language documentation

How to contribute

The very least you can do is report a bug!

If you want to make a pull request for a bug fix or contribute a feature, see our Development Guide for how to develop, run and test your code.

We are always looking for feedback on how to make the project better. Join our Slack to discuss Slack Status.

Roadmap

Feature Backlog, as well as weekly project milestones, are good places to look at the roadmap items.

If you have any questions, please contact us on Slack Status.

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].