Platform9 Managed Add Ons Overview

Introduction

This guide covers the various fully managed Addon features that enhance and augment Kubernetes' capabilities. Currently, when creating a PMK cluster, the following managed addons are deployed and enabled by default during the cluster creation.

  • CoreDNS

  • MetalLB (BareOS)

  • Metrics-server

  • Kubernetes Dashboard

  • Cluster DNS Autoscaler (including AWS & Azure)

  • Monitoring, including Prometheus, Alertmanager and Grafana

  • Network Operator

  • Kubevirt

circle-info

Add-on Support

Platform9 fully supports each addon as core features of the Platform9 Managed Kubernetes product. We take full responsibility for the installation, updating, upgrading, and security patching of these addons. Additionally, addon management is included in our SLA agreement for our paid clients. For help with deployment, configuration or operating an addon, please contact the Platform9 Support teamarrow-up-right.

Platform9 dynamically manages these Kubernetes Native Applications as cluster addons while sustaining each application's lifespan and setup. Platform9 currently supports the following Kubernetes Applications as Managed Add-ons. The table below defines which addon is compatible with each platform.

Addons
BareOS
Azure
AWS
Notes

CoreDNS

MetalLB

Metrics-server

Kubernetes Dashboard

AWS Auto-scaler

-

Azure Auto-scaler

Monitoring

KubeVirt

-

-

DNS Auto-scaler

The DNS Auto-scaler plugin does not have a specific UI in v5.4, but it is supportedarrow-up-right.

circle-info

Note

Currently, the Addon deployment in the interface is static, so there is no way to incorporate a new Addon via the UI. As updates to the UI are implemented, additional addons will be included. Existing addon configurations are done through the UI, but certain peripheral cases may require using the API if needed. Questions about this can be directed to our support teamarrow-up-right.

API Guide

Syntax and Example

The following is a list of REST APIs for ClusterAddon objects.

To get the status of all the deployed addons on the cluster, use this syntax:

To create a new addon on the cluster, use this syntax:

To patch an addon to perform addition/update, use this syntax:

circle-info

Info

The "file.json" is in reference to the JSON file that will need to be created, which will have the request body of the respective cluster addon that needs to be created/patched. YAML specification of each addon can be found on the individual addon's page.

To delete any cluster addon deployed on the cluster, use this syntax:

For further information about API references, see the Qbert v4 Rest API documentationarrow-up-right page.

Last updated

Was this helpful?