One Web Console

To rule all tools and platform configuration

1

7

App Store

Use Otomi Console to compose your own preferred suite of Kubernetes applications. Just Drag and Drop the apps you’d like to use. You can activate apps for:

  • GitOps (ArgoCD)
  • Security (Kubeclarity, OPA/Gatekeeper, Vault, Falco, Trivy, WAF)
  • Backup (Velero)
  • Single Sign On (Keycloak, Oauth2)
  • Networking (Istio, Calico, Nginx)
  • Observability (Prometheus, Grafana, Loki, Alertmanager, Thanos)
  • Container Registry (Harbor)
  • Serverless (Knative)
  • Object Storage (Minio)
 
When apps are enabled, they will work out-of-the-box in an integrated and automated way based on sane defaults and best practices.

2

7

Security Policies

In the Policies section, a platform admin can see and configure all the available security policies. By default, policies are enforced, but non-blocking. Click on a policy to configure parameters and to turn a policy on or off.

 

3

7

Otomi Teams

Teams are isolated spaces on Kubernetes and can be used for Projects, DevOps teams, or even DTAP. Platform admins can use the self-service flags to delegate permissions to a team. When a flag is set, members of the team can configure ingress for public exposure, change alerting receivers, change the OIDC group id or even change team resource quotas. By default all internal network traffic between Teams is disabled.

4

7

Otomi Services

A service in Otomi is a feature to configuring ingressfor pre-deployed Kubernetes or to create new Knative services. Otomi will automatically create all ingress resources and configuration needed, including certificates, Istio virtual services, DNS records, or even an Oauth2 proxy for Single Sign-On.

Next to configuring exposure for a pre-deployed service, Otomi Console can also be used to create new Knative services without writing any YAML manifests. Just fill in the container image you would like to deploy and optionally configure environment variables, annotations, secrets, secret mounts, and/or files.

5

7

Otomi Jobs

Use Otomi Jobs to create and run Kubernetes jobs and CronJobs.

A job creates one or more pods and will continue to retry the execution of the pods until a specified number of them successfully terminate. As pods successfully complete, the Job tracks the successful completions. When a specified number of successful completions is reached, the task (ie, Job) is complete.

Create a CronJob to create a Job that will run at specified times/dates.

5

6

Otomi Secrets

Secrets created and managed using HashiCorp Vault can be ‘mapped’ onto the Otomi configuration and then be used by Otomi Services (for public and private expose and to mount into the pod as an environment variable when creating a Knative service) and by any other pod within the team namespace.

Otomi supports three kinds of secrets:

  • Generic
  • Docker Registry
  • TLS

7

7

Team Apps

When the app is enabled, each team will get access to:

  • Argo CD
  • A GitOps repo in Gitea
  • A project in Harbor to store images and charts
  • A space in Vault to manage secrets
  • Loki to see logs of apps deployed by the team
  • Grafana to see metrics of apps deployed by the team
  • Kubeapps to install applications from a catalog
  • A dedicated Alertmanager and Prometheus instance

Get started with Otomi Console! Check out Otomi on Github