AMPS
  • What is AMPS?
  • Getting Started
    • Installation
      • Docker
      • Kubernetes
        • Local
        • Openshift
        • AWS
    • Setup
  • Fundamentals
    • Admin
      • Monitoring
        • Message Events
        • Sessions
        • Service Monitoring
        • System Logs
        • Audit Log
        • Consumers
      • Onboarding
        • Groups
        • Users
      • Message Configuration
        • Topics
        • Actions
        • Services
        • Scripts
        • Templates
        • Routing Rules
        • API Endpoints
        • Metadata Fields
        • Keys
        • Jobs
      • Data Configuration
        • Providers
        • Environments
        • Packages
      • Tools
      • System Configuration
    • End User
      • Mailboxes
      • Universe File Agent
      • Auth Tokens
    • Python
  • Use Cases
    • For Engineers
      • GitHub Integration
    • For Support
      • Intercom Integration
  • Guides
    • Creating your first project
    • Creating your first task
    • Advanced permissions
Powered by GitBook
On this page
  1. Getting Started
  2. Installation
  3. Kubernetes

Local

PreviousKubernetesNextOpenshift

Last updated 2 years ago

Ensure you have completed the setup steps on the main page.

Our Helm chart has been tested on a local Docker Kubernetes cluster. The chart should run as is and deploy the admin portal on admin.localhost, and the user portal at user.localhost. The archiving enabled flag that is set to true below is optional and only needs to be set if you want to additionally start a MinIO instance.

Archiving must be enabled when initially installing the chart and can not be set later via an upgrade. If you wish to add a MinIO instance into your cluster after installing amps, simply use helm to install it separately/

helm install amps mftlabs/amps
Kubernetes