Skip to content

IBM Cloud Satellite Support

Eva Tuczai edited this page Dec 13, 2023 · 6 revisions

IBM Cloud Satellite Azure + OpenShift Cluster Support

Starting in KubeTurbo v8.10.3, Turbonomic supports stitching IBM Cloud OpenShift Clusters (ROKS) deployed in Azure via IBM Satellite.

To enable this support you need to add an additional parameter in the KubeTurbo deployment for the Kubeturbo that is deployed into this type of OpenShift Cluster. Follow the instructions based on your Kubeturbo Configuration Method used.

Operator deployment

Add the following parameter to the kubeturbo-release CR in a line below under args (if you don't have an args section add one)

spec:
  args:
    satelliteLocationProvider: azure

HELM chart

During install or upgrade, set this parameter and add to your string of paramaters:

--set args.satelliteLocationProvider=azure

YAML deployment

edit/add to the kubeturbo deployment yaml/manifest the line below under args

    spec:
      containers:
      - args:
        - --satellite-location-provider=azure

For other satellite infrastructures, please open an Idea here.

Kubeturbo

Introduction
  1. What's new
  2. Supported Platforms
Kubeturbo Use Cases
  1. Overview
  2. Getting Started
  3. Full Stack Management
  4. Optimized Vertical Scaling
  5. Effective Cluster Management
  6. Intelligent SLO Scaling
  7. Proactive Rescheduling
  8. Better Cost Management
  9. GitOps Integration
  10. Observability and Reporting
Kubeturbo Deployment
  1. Deployment Options Overview
  2. Prerequisites
  3. Turbonomic Server Credentials
  4. Deployment by Helm Chart
    a. Updating Kubeturbo image
  5. Deployment by Yaml
    a. Updating Kubeturbo image
  6. Deployment by Operator
    a. Updating Kubeturbo image
  7. Deployment by Red Hat OpenShift OperatorHub
    a. Updating Kubeturbo image
Kubeturbo Config Details and Custom Configurations
  1. Turbonomic Server Credentials
  2. Working with a Private Repo
  3. Node Roles: Control Suspend and HA Placement
  4. CPU Frequency Getter Job Details
  5. Logging
  6. Actions and Special Cases
Actions and how to leverage them
  1. Overview
  2. Resizing or Vertical Scaling of Containerized Workloads
    a. DeploymentConfigs with manual triggers in OpenShift Environments
  3. Node Provision and Suspend (Cluster Scaling)
  4. SLO Horizontal Scaling
  5. Turbonomic Pod Moves (continuous rescheduling)
  6. Pod move action technical details
    a. Red Hat Openshift Environments
    b. Pods with PVs
IBM Cloud Pak for Data & Kubeturbo:Evaluation Edition
Troubleshooting
  1. Startup and Connectivity Issues
  2. KubeTurbo Health Notification
  3. Logging: kubeturbo log collection and configuration options
  4. Startup or Validation Issues
  5. Stitching Issues
  6. Data Collection Issues
  7. Collect data for investigating Kubernetes deployment issue
  8. Changes to Cluster Role Names and Cluster Role Binding Names
Kubeturbo and Server version mapping
  1. Turbonomic - Kubeturbo version mappings
Clone this wiki locally