Skip to content

Latest commit

 

History

History
207 lines (195 loc) · 7.55 KB

M9_NKS.md

File metadata and controls

207 lines (195 loc) · 7.55 KB

Module 9: Deploying Kubernetes using
NetApp Kubernetes Service

Objectives

This exercise focuses on enabling you to do the following:

  • Launch the NKS Lab

  • Install Kubernetes using NKS

    NOTE: All the tasks in the following module are executed on different lab kit as used in the previous modules.

Task 1: Launch the NKS lab

In this task, you will log into the LOD portal and launch the NetApp Kubernetes Service.

Step Action

Open a browser and visit the following Website:

https://naulabportal.netapp.com/

At the login prompt, enter the credentials provided to you by your instructor:

Login ID: bXXXXu[YOUR KIT]

Password: ask the instructor

Select the Lab called “Getting Started with NKS on NetApp HCI” and connect to it.

Task 2: Install kubernetes using NKS

In this task, you will log into the LOD portal and launch the NetApp Kubernetes Service.

Step Action

To sign into NetApp HCI, launch Firefox and go to: https://192.168.0.100/hcc/login and enter the HCI storage credentials provided by your instructor and click “Sign In”:

Before you configure HCI for NetApp Cloud Services, take a moment to verify the management node is running the latest release. Click Upgrade.
Proceed to upgrade to the newest release provided. Click Begin Upgrade if the button is available. If not, continue to the next step.

Configure HCI to be a provisioning target for NKS. Click the cloud icon. Select Enable Cloud Services.

Select NetApp Kubernetes Service (NKS). Click Continue.

Next, you will need a NKS API Token. This token allows the NKS service portal to authenticate with your HCI management node. You will use a unique demonstration ID to register with the NKS service. To retrieve your unique ID and open the Cloud Central sign-up page, click the lock icon on the taskbar.

A new browser tab will open with the NetApp Cloud Central Sign-up URL loaded and a Notepad window will open a few seconds later with the unique ID. Copy the email address from the Notepad window. Paste the email address into the "Email" field on the form. Fill in the following for the remaining fields:

• Password: Netapp1!

• Company: NetApp

• Full Name: NetApp

Check the box to accept the terms and conditions. Click SIGN UP.

Under the Kubernetes Service, click Start Free Trial.

Click TAKE ME TO CLASSIC NKS to continue.

Click on the icon shown and select Edit Profile to create an API token for NKS.

Scroll down to the API Tokens section and click ADD TOKEN

Name the token HCI, and click CREATE

This token cannot be retrieved after leaving this page. Highlight and copy the token to the clipboard.

Switch to the Firefox tab for “NetApp Hybrid Cloud Control”. Paste the NKS API key into the field and click Connect.

Select the organization to register this HCI environment with. The environment name is automatically generated when NKS is launched for the first time and can be modified from the NKS interface. For this step, select the random-generated organization name from this menu. Enter “demo” for the region name. Click Continue.

Now NKS is communicating with vCenter. Select the vSphere Datacenter and Cluster that NKS will deploy with. Select the following menu options:

• Datacenter: NetApp-HCI-Datacenter.

• Cluster: NetApp-HCI-Cluster-01.

Click Continue.

For the network settings, use the following:

• Management Network Port Group: VM_Network

• NetApp Kubernetes Service Workload Network: VM_Network

• NetApp Kubernetes Service Data Network: iSCSI-A

Click Continue.

Click Enable Services in the NKS wizard.

In about 30 minutes, you will have a Kubernetes management cluster running on the HCI system. Click Close.

End of Exercise