Quick Start Cluster Namespace Application Helm Apps F.A.Q

Create New

A Kubernetes cluster is a group of machines that work together to run and manage containerized applications. It's like a powerful and automated data center for your software, making it easier to scale, deploy, and manage your applications across multiple machines.

Prerequisites

Before creating a new cluster, the user will need to add the cloud provider from Settings->Cloud Providers

At this moment Krack8 supports AWS and GCP (More Cloud Platform will be available soon).

A form will be open. User will select/input following details in the form

  • Select Provider Type: GCP /AWS
  • Input Provider Name: Any Name for Provider
  • For AWS Access Key and Secret is required.
  • For GCP a Service Account File is needed. User will need to upload service account file (JSON file)

N:B Following Permissions are required on your AWS account with provided credentials:

  1. AmazonEC2FullAccess
  2. IAMFullAccess
  3. AmazonEKSClusterPolicy
  4. AmazonEKSWorkerNodePolicy
  5. AmazonVPCFullAccess
  6. AmazonElasticFileSystemFullAccess
  7. AmazonEKS_CNI_Policy
  8. AmazonRoute53FullAccess
  9. AWSCloudFormationFullAccess
  10. AmazonEKS_EBS_CSI_Driver_Policy
  11. Amazon_EKS_EBS_CSI_Driver_Policy
  12. Amazon_EKS_EFS_CSI_Driver_Policy

For GCP Following Permission is needed:

01. Create Service Account With Those Roles:
  1. Compute Admin
  2. Kubernetes Engine Cluster Admin
  3. Service Account User
  4. Storage Admin
02. Enable API
  1. Kubernetes Engine API
  2. Compute Engine API
  3. Cloud Resource Manager API

Once the provider is added, users can now create a cluster under existing Cloud Providers.

Create new cluster form

To Create a New Cluster under the available cloud provider user will go to the Cluster menu from the left menu bar and select a Cloud provider. Here we choose GCP

Click on the Create New button to create a Kubernetes Cluster.

Now user will need to provide Cluster information

User will add following information:

  1. Cluster Name
  2. Select Provider from the List: GCP
  3. GCP Region
  4. GCP Cluster Location
  5. GCP Project ID
  6. K8’s Version
  7. Bastion Host Zone
  8. K8s API Accessibility
  9. NAT for all available zones
  10. Service mesh (ISTIO)
  11. Load balancer Accessibility

From the advance setting user can add following information

  1. VPC Name
  2. Subnet Name
  3. Subnet Region
  4. Cloud Router Name
  5. NAT Name
  6. NAT Region

To Configure Node Group user will input/select following information

Initial Node Group Information

  • Node Group Name
  • Node Type
  • Node Per Availability Zone
  • Min Node
  • Max Node Desired Node
  • Boot Disk Size
  • Disk Type

Labels

  • Key
  • Value

* Multiple Key and Value can be used. User will click on the right arrow button to proceed.

In the next step the user will see a summary for all the information provided in the previous 4 steps. After Review users will click on the ‘Confirm Cluster Creation’ button. A cluster will be created