Kubernetes

Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available. You do not need to have detailed knowledge of either Kubernetes or Helm to use this project, but you may find it useful to review their basic documentation to become familiar with their key concepts and terminology.

Kubernetes can be set up using multiple approaches.

Simple Docker-based options

Consider using this only for development and testing

Prerequisites

Environment

Kubernetes cluster from a cloud provider

This will be an ideal, easier and a managed solution to deploy aurras to production.

Common Cloud Providers

Self Build Kubernetes Cluster

Building your own cluster setup requires advanced technical and networking skills, and a good understanding of Kubernetes. This solution is recommended only for advanced users.

Last updated