Skip to content

Getting started with EMK

Estimated time to read: 4 minutes

This page will show you around the functions of the enterprise-managed-kubernetes dashboard within Fuga Cloud.

Prerequisites:

  • Fuga Cloud Account

Overview:

  • Create a Kubernetes Cluster
  • EMK Cluster overview
  • EMK Cluster details

The dashboard

Sidebar with EMK

The first part is getting to the EMK dashboard.

From the Fuga Dashboard you can find in the left sidebar the EMK service, click there on "EMK".

Opening the EMK view:

Opening the EMK view will give you a window for the first time where it creates your environment on our platform. When that is finished you will get a nice EMK overview.

Here you can create an one click Kubernetes cluster or configure one to your flavor. In the left top corner you will find the name for your EMK Project.


Here you will find the first screen to create an EMK Project. First EMK view

When you create an EMK Project you will be shown with the create cluster page. First EMK view

Creating a Managed Kubernetes Cluster

Creating an EMK Cluster is very easy and requires some small steps.

  1. (Optional) give your cluster a name Select region
  2. Select your Kubernetes version > We offer various versions of Kubernetes and are working hard to always offer the latest Minors and Patches.

    Select region 3. Configure your worker pool(s)

    • (Optional) give it a name
    • Choose a Machine type (Instance flavor)
    • Setup autoscaler minimum

      These are the minimum nodes your cluster will run with.

    • Setup autoscaler maximum

      These are the maximum nodes your cluster can run with.

    • Setup maximum surge

      This is the maximum number of nodes that will scale down, at a time, when they are not required anymore.

    Select region

  3. (Optional) configure DNS for your EMK Cluster. (This requires a DNS (sub)zone in Fuga Cloud). Select region

  4. Configure your maintenance window

    • Set the start time of the maintenance window
    • Set your timezone for the time selected in step A
    • Toggle if there may be Operating System updates
    • Toggle if there may be Kubernetes Patch updates

    Select region

  5. (Optional) Configure hibernation of your EMK Cluster

    • Select the days for hibernation
    • Set wake up time
    • Set hibernate at time

    Select region

  6. (Optional) select extra install options

    Select region

At the bottem of the page you can find the total minimum and total maximum cost of your configured cluster. Keep in mind that with auto scaling the costs can change between those two numbers. Making use of PVC's, extra IP's and loadbalancers can increase the price, as the stated price is an indication range for the selected worker pools.

Select region

Now be patient and wait until your cluster is online. You can see all your created clusters at the EMK Cluster overview.

The EMK Cluster overview:

When you have created your cluster, you will find it in the EMK Cluster overview. From this point you can start various actions:

Select region

Sidebar with EMK

  1. See the details of your cluster by clicking on the name
  2. Click the “...”

    • Hibernate your cluster
    • Cluster access

      Get your kubeconfig

    • Upgrade your cluster

    • Schedule maintenance
    • Trigger reconcile
    • Rotate kubeconfig
    • Show the yaml configuration of your cluster
    • Delete your cluster

In this cluster overview example there is one cluster. I have created one that has the possibility to upgrade. That’s why there is a “^” behind the version and it is orange. If there is a minor upgrade possible it will show two “^^”. Clicking those “^^” will give the option to upgrade your cluster to a higher version.

Danger

Make sure your workload can run on the next version of Kubernetes!

Select region

EMK Cluster details

To get here, you go to the EMK Cluster overview and click on the name of one of your clusters. In this overview you see 4 different blocks.

  1. Specifications of your cluster
  2. The worker pools of your cluster
  3. The infrastructure of your cluster
  4. Logging and monitoring of your cluster

Cluster specification

Here you can find the status of your cluster, the kubernetes version and your kubeconfig. Select region

Worker pools

Here you can view and create worker pools. In the worker pool you can find: container runtime interface (cri), machine type (Instance flavor), minimum nodes, maximum nodes, max surge of nodes at a time, the availability zones and how big each node ephemeral storage is.

Select region

Infrastructure

Here you can find: the region where the cluster is deployed, the network type, various network CIDR’s and the shoot domain.

Select region

Logging and monitoring

Here you can find the maintenance window, hibernation window and the Grafana dashboard to see the statistics of your cluster.

Select region

Final word

In this walkthrough you have learned where to find what in the Fuga Dashboard, how to create a k8s cluster and see all the configuration details of the cluster. To access your cluster see our documentation here: How to access my EMK Cluster