Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.12 KB

kubevious.md

File metadata and controls

67 lines (47 loc) · 2.12 KB
sidebar_label title description type hide_table_of_contents category sidebar_class_name logoUrl tags
Kubevious
Kubevious
Kubevious Monitoring pack in Spectro Cloud
integration
true
monitoring
amd64
hide-from-sidebar
packs
kubevious
monitoring

Kubevious integration provides a graphical interface that renders easy to understand, application-centric Kubernetes configurations.

Versions Supported

  • 1.0.10
  • 0.8.15
  • 0.5.9

Components

This integration deploys the following components:

  • Deployment
  • MySql DB
  • UI
  • Parser

Ingress

Follow the steps below to configure Ingress on Kubevious, according to the corresponding version

  1. Within the manifest, find the kubevious section user > interface > service > type and confirm/change, according to the Kubevious version as listed in the table below.

    Versions Parameters Action
    1.0.10 ui: service: type: ClusterIP Confirm that it states ClusterIP.
    0.8.15 ui: service: type: ClusterIP Confirm that it states ClusterIP.
    0.5.9 ui: svcType: LoadBalancer Change kubevious.ui.svcType from LoadBalancer to Cluster IP.
  2. Configure Ingress

    • Enable Ingress; change enabled from false to true.
    • Set Ingress rules like annotations, path, hosts, etc.

With these configuration changes, you can access the Kubevious service on the Ingress Controller LoadBalancer hostname/IP.

References