/otomi-core

Self-hosted PaaS for Kubernetes

Primary LanguageMustacheApache License 2.0Apache-2.0


Self-hosted PaaS for Kubernetes

A complete platform experience on top of any Kubernetes cluster to empower developers and lower the burden on operations

Releases Docker pulls Build status Last commit License Contributions GitHub User's stars Website otomi.io Tweet YouTube Channel Subscribers

Join our Slack channel for Q&A

Otomi brings a PaaS experience to your Kubernetes cluster without the constraints and abstractions of traditional PaaS offerings like OpenShift, Cloud Foundry and Heroku. No more reinventing the wheel when building and maintaining your own K8s based internal (developer) platform.

Otomi apps

🚀 Getting started

Quick starts

Use the Terraform quick starts for Azure, GCP, and AWS to provision a Managed Kubernetes cluster in your cloud of choice and install Otomi with minimal values. Go to the quickstart repository to get started.

When the installer job is finished, follow the activation steps

Helm

To install Otomi using Helm, make sure to have a K8s cluster running with at least:

  • Version 1.18 up to 1.23
  • A node pool with 6 vCPU and 8GB+ RAM (more is advised!)
  • Calico CNI installed (or any other CNI that supports K8s network policies)
  • When installing using the custom provider, make sure the K8s LoadBalancer Service created by Otomi can obtain a external accessible IP (using a cloud load balancer or MetalLB)

Add the Helm repository:

helm repo add otomi https://otomi.io/otomi-core \
helm repo update

and then install the Helm chart:

helm install otomi otomi/otomi \
--set cluster.k8sVersion="$VERSION" \ # 1.19, 1.20, 1.21, 1.22 and 1.23 are supported
--set cluster.name=$CLUSTERNAME \
--set cluster.provider=$PROVIDER # use azure, aws, google or custom (for any other cloud or onprem K8s)

When the installer job is completed, follow the activation steps.

Get started articles

🎉 Otomi Features

Otomi features

✅ Drag and Drop apps to create your own preferred suite

✅ Advanced ingress architecture. Expose services with just one click

✅ Configure network policies for internal ingress and external egress

✅ Deploy Knative serverless workloads without writing any YAML

✅ Create and manage secrets in HashiCorp Vault and use them in your workloads

✅ Create Kubernetes Jobs and Cron Jobs without writing any YAML

✅ Role-based access to all integrated applications based on group membership

✅ Policy enforcement based on a customizable set of security policies

✅ Direct access to logs and metrics of your deployed workloads

✅ Onboard new development teams or projects within minutes in a comprehensive multi-tenant setup

✅ Make development teams self-serving by providing access to predefined automation tasks

✅ Bring your favorite IdP, DNS and/or CAmain

🧑‍💻 Integrated technologies

Otomi installs, configures, integrates and automates all of your favorite technologies into a single installable and customizable package:

Integrated technologies

Learn more about all the integrated technologies
  • Istio: The service mesh framework with end-to-end transit encryption
  • Knative: Deploy and manage serverless workloads
  • Prometheus: Collecting container application metrics
  • Loki: Collecting container application logs
  • Harbor: Container image registry with role-based access control, image scanning, and image signing
  • HashiCorp Vault: Manage Secrets and Protect Sensitive Data
  • Kubeapps: Launching and managing applications on Kubernetes
  • Keycloak: Identity and access management for modern applications and services
  • OPA: Policy-based control for cloud-native environments
  • Let's Encrypt: A nonprofit Certificate Authority providing industry-recognized TLS certificates
  • Jaeger: End-to-end distributed tracing and monitor for complex distributed systems
  • Kiali: Observe Istio service mesh relations and connections
  • External DNS: Synchronize exposed ingresses with DNS providers
  • Drone: Continuous integration platform built on Docker
  • Gitea: Self-hosted Git service
  • Nginx Ingress Controller: Ingress controller for Kubernetes

💪 Otomi Projects

Otomi consists out of the following projects:

  • Otomi Core (this project): The heart of Otomi
  • Otomi Tasks: Autonomous jobs orchestrated by Otomi Core
  • Otomi API: The brain of Otomi, handling console input and talking to Otomi Core
  • Otomi Console: The UI of Otomi for admins and teams, talking to Otomi API
  • Otomi Clients: Factory to build and publish openapi clients used in the redkubes/otomi-tasks repo

📖 Documentation

Check out the dev docs index for developer documentation or go to otomi.io for more detailed documentation and tutorials.

🤝 Contribution

If you wish to contribute please read our Contributor Code of Conduct and Contribution Guidelines.

If you want to say thank you or/and support the active development of Otomi: main

  • Add a GitHub Star to the project
  • Feel free to write articles about the project on dev.to, medium or on your personal blog as we are curious to see how you use Otomi

🔖 License

Otomi is free and open-source software licensed under the Apache 2.0 License.