Installing KubeSphere on Kubernetes — Overview

    As part of KubeSphere’s commitment to provide a plug-and-play architecture for users, it can be easily installed on existing Kubernetes clusters. More specifically, KubeSphere can be deployed on Kubernetes either hosted on clouds (for example, AWS EKS, QingCloud QKE and Google GKE) or on-premises. This is because KubeSphere does not hack Kubernetes itself. It only interacts with the Kubernetes API to manage Kubernetes cluster resources. In other words, KubeSphere can be installed on any native Kubernetes cluster and Kubernetes distribution.

    This section gives you an overview of the general steps of installing KubeSphere on Kubernetes. For more information about the specific way of installation in different environments, see Installing on Hosted Kubernetes and Installing on On-premises Kubernetes.

    Note

    After you make sure your existing Kubernetes cluster meets all the requirements, you can use kubectl to install KubeSphere with the default minimal package.

    1. Execute the following commands to start installation:

    2. Inspect the logs of installation:

    3. Make sure port 30880 is opened in security groups and access the web console through the NodePort () with the default account and password ().

    If you start with a default minimal installation, refer to Enable Pluggable Components to install other components.

    • Pluggable components can be enabled either before or after the installation. Please refer to the example file for more details.
    • It is highly recommended that you install these pluggable components to discover the full-stack features and capabilities provided by KubeSphere.