K8Studio Documentation
  • 👋Welcome to K8Studio Documentation
  • Overview
    • 💡What is K8Studio
    • ✨Our Features
  • Documentation
    • 📪Getting Started
      • 🎮System Requirement
      • ⚙️Mac Installation
      • ⚙️Windows Installation
      • ⚙️Linux Installation
      • ⚙️WSL Installation
    • 🎟️Activation & Licenses
      • Creating Account
      • Personal
      • Professional
      • Professional Airtight
      • ⚒️License Management
    • 💻Cluster Manager
      • Adding Clusters
      • Cluster Setting
      • Application Cluster settings
      • Groups and Interface options
      • Monitoring
      • Grid and Card View
    • 👁️‍🗨️Deployment View
      • Overview
      • Interacting with the Deployment View
      • Linking Services,Ingress and PVC
    • 📋Grid View
    • 🛗Side Editor
      • YML Editor
      • Quick Editor
      • Logs & Events
      • Metrics
      • Action bar
    • 🚀Node View
    • 📦Helm View
      • Repositories and Charts
      • Releases
    • 🛡️RBAC View
      • Roles and Cluster Roles
      • Managing Users
    • 📈Metrics
      • Node Metrics
      • Workload Metrics
    • 🔧Cluster Detail Toolbar
    • 🖥️Terminal
    • 🧘‍♂️Data Collection and Retention
Powered by GitBook
On this page
  1. Documentation
  2. Cluster Manager

Adding Clusters

PreviousCluster ManagerNextCluster Setting

Last updated 1 year ago

In K8Studio, there are three ways of adding a cluster configuration.

  1. Add cluster by providing YAML: If you have your YAML configuration, simply click on the plus button on the cluster manager toolbar. Once clicked, a context menu will appear. Choose the option "Add KubeConfig".

A window will appear with a YAML editor. Copy and paste your cluster configuration into the editor, then click save.

K8 Studio will parse the provided configuration and add the clusters to the list.

  1. Add cluster by providing a configuration File(s) To add a cluster by providing a configuration file(s) in K8Studio, follow these steps

    1. Click on the plus button on the main cluster manager toolbar. This will bring up a context menu.

    2. Select 'Sync File(s)'. A file explorer window will appear.

    3. Choose the file(s) that you want to import.

    4. If the configuration does not contain any errors, K8Studio will add them to the cluster list.

    One significant advantage of this method is that once you add a file, K8Studio will monitor these files for changes. So, if you modify the content, K8Studio will detect the changes and synchronize with the new configuration automatically.

  1. Add cluster by providing a configuration Folder: To add a cluster by providing a configuration folder in K8Studio, follow these steps:

    1. Click on the plus button on the main cluster manager toolbar. This will bring up a context menu.

    2. Select 'Sync Folder'. A file explorer window will appear.

    3. Choose the folder that you want to import.

    4. K8Studio will read all the configuration files present within the selected folder and add these configurations to the list of available clusters in K8Studio.

    One significant advantage of this method is that once you add a folder, K8Studio will monitor all the files under this folder for changes. So, if you modify the content of any of the files, K8Studio will detect the changes and synchronize with the new configuration automatically.

💻