Skip to content

Latest commit

 

History

History
127 lines (68 loc) · 6.22 KB

create-auth-credentials-on-gce.adoc

File metadata and controls

127 lines (68 loc) · 6.22 KB
sidebar permalink summary
sidebar
create-auth-credentials-on-gce.html
Learn how to locate your GCE auth credentials, or create a new set of credentials, so that you can use NKS.

Google Compute Engine (GCE) Credentials

To create a Google Compute Engine (GCE) cluster through NetApp Kubernetes Service (NKS) you will need to either create a new GCE project and credentials, or get the Service Account JSON data from your existing GCE project.

To use this feature, you will need an NKS account. If you don’t have one already, you can sign up for a free 30-day trial with no credit card required at https://nks.netapp.io.

After you have added your GCE credentials to your NKS account, click here to learn how to create a Kubernetes cluster on GCE

Create a New Set of GCE Credentials

To create a new set of GCE credentials you will need to:

  1. Create a new project.

  2. Enable the Google Compute Engine API.

  3. Create the credentials.

Create a New Project

NKS must be set up to manage a project within your Google Compute Engine (GCE) account. To do this, log into the Google cloud console at https://console.cloud.google.com.

Click Project to open the drop-down menu.

Google Container Engine: Click Project

In the pop-up window which appears, select an organization from the drop-down menu.

Google Container Engine: Select Organization

Click the + to Create Project.

Google Container Engine: Create Project

Fill in "NKS" as the project name, then click Create.

Google Container Engine: Fill in the name and click Create

It may take a few moments for the project to be created. Once the task is complete, you will be redirected to the project Dashboard.

Google Container Engine: Project dashboard

Enable the Google Compute Engine API

The next step is to use the API Manager to enable the Google Compute Engine API for this project. Click APIs & Services > Dashboard in the navigation column on the left.

Google Container Engine: API Manager

This will take you to the API Manager Dashboard. Click ENABLE APIS AND SERVICES.

Google Container Engine: Enable API

This will take you to the API Library. Click Compute Engine API.

Google Compute Engine: Click Compute Engine API

This will take you to the Compute Engine API page. Click ENABLE to enable the API.

Google Compute Engine: Click ENABLE

Create Credentials

After the new project has been created, click the Credentials link on the left to create credentials.

Google Container Engine: Click Credentials

In the pop-up window which appears, click Create credentials.

Google Container Engine: Create Credentials

From the drop-down menu, choose Service account key.

Google Container Engine: Service account key

Click the Service account drop-down menu and choose New service account.

Google Container Engine: Service account key

Fill out the following:

  • In the Service Account Name field, give your account a name like nks-admin.

  • For Role select Project > Owner.

  • For Key type select JSON.

Then click Create.

Google Container Engine: Service account key

The JSON credentials (keyset) will automatically be saved to your local computer.

Google Container Engine: Credentials saved

Locate the new .json file in your downloads folder and open it with a plaintext editor such as Notepad. Copy and paste the contents into the NKS website when you create a new cluster.

Find Your Existing GCE Credentials

You can only view or download the Service Account JSON file when you create the key. However, you can create a new key at any time.

Create a New GCE Service Account Key

Log in to the Google cloud console. Click IAM & Admin.

Google Container Engine

Click Service Accounts.

Google Container Engine

Click the Service Account for which you need to generate a new key.

Google Container Engine

Click +CREATE KEY.

Google Container Engine

Select JSON as the key type. Click CREATE to download the JSON credentials.

Google Container Engine

Locate the new .json file in your downloads folder and open it with a plaintext editor such as Notepad. Copy and paste the contents into NetApp Kubernetes Service (NKS) when you create a new cluster.

Did this article answer your question? If not, contact us.