JovianX Platform for SaaS
  • ⛅Introduction to JovianX
  • 🔰Getting Started with JovianX
  • ✨Release Notes
  • Product Documentation
    • Dashboard
    • Accounts
    • Blueprints
    • Plans
    • Settings
      • Infrastructure
      • Customer Console
        • Emails Blacklist
      • Email Notifications
      • Automation
      • Payments
      • Members
  • Guides
    • Integrations
      • PagerDuty + JovianX Integration
    • Adding Clusters to JovianX
    • New Cluster Considerations
    • Creating AWS ELK Cluster
    • Creating Azure AKS Cluster
    • Kubernetes Cluster System Components
Powered by GitBook
On this page
  • Overview
  • Installing Ambassador Gateway

Was this helpful?

  1. Guides

Kubernetes Cluster System Components

Overview

JovianX manages Kubernetes clusters

Container Logging | Elastic + FluentD

Monitoring | Prometheus + Grafana

Cluster Access Gateway | Ambassador + Cert-Manager

Installing Ambassador Gateway

# Create the jovianX-system namespace
$ kubectl create namespace jovianx-system

# Add Ambassador Helm Repo
$ helm repo add datawire https://www.getambassador.io

# Install Ambassador in the JovianX-System namespace
$ helm install --name ambassador --namespace jovianx-system datawire/ambassador --set nodeSelector\\.eks\\.amazonaws\\.com/nodegroup=gigaspaces-nodepool-system

Note: Configure nodeSelector to run Ambassador on the jovianx-system node pool. Note that node selector has

To view current labels on the nodes run $ kubectl get nodes --show-labels . then

Note that nodeSelector has to escape dot(. )char.

PreviousCreating Azure AKS Cluster

Last updated 4 years ago

Was this helpful?