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:
- AmazonEC2FullAccess
- IAMFullAccess
- AmazonEKSClusterPolicy
- AmazonEKSWorkerNodePolicy
- AmazonVPCFullAccess
- AmazonElasticFileSystemFullAccess
- AmazonEKS_CNI_Policy
- AmazonRoute53FullAccess
- AWSCloudFormationFullAccess
- AmazonEKS_EBS_CSI_Driver_Policy
- Amazon_EKS_EBS_CSI_Driver_Policy
- Amazon_EKS_EFS_CSI_Driver_Policy

For GCP Following Permission is needed:
01. Create Service Account With Those Roles:
- Compute Admin
- Kubernetes Engine Cluster Admin
- Service Account User
- Storage Admin
02. Enable API
- Kubernetes Engine API
- Compute Engine API
- 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:
- Cluster Name
- Select Provider from the List: GCP
- GCP Region
- GCP Cluster Location
- GCP Project ID
- K8’s Version
- Bastion Host Zone
- K8s API Accessibility
- NAT for all available zones
- Service mesh (ISTIO)
- Load balancer Accessibility
From the advance setting user can add following information
- VPC Name
- Subnet Name
- Subnet Region
- Cloud Router Name
- NAT Name
- 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

Next Page
ON-Board Existing Cluster