Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

Setting Up Your Environment for Developing Kubernetes Operators

Hey, Gurus! Welcome to the *Setting Up Your Environment for Developing Kubernetes Operators* hands-on lab. In this lab, we will install all the tools needed to start developing a Kubernetes operator in Go.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Intermediate
Duration
Clock icon 45m
Published
Clock icon Jun 20, 2022

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Install Docker and Log In to Docker Hub

    In the command line:

    1. Install Docker.
    2. Create a group called docker and add your user to it.
    3. Enable the docker service.
    4. Start the docker service.
    5. Log in to Docker Hub from the command line.

    Link to Docker Hub Sign-Up

  2. Challenge

    Install Go

    Install the Go programming language.

  3. Challenge

    Install kubectl

    In the command line:

    1. Install kubectl.
    2. Make the binary file executable.
    3. Move the binary file to a directory in your path.
  4. Challenge

    Install kind and Create the Cluster

    In the command line:

    1. Install kind.
    2. Make the binary file executable.
    3. Move the binary file to a directory in your path.
    4. Create the cluster operator-dev.
    5. Change the context so you can use the cluster you created.
  5. Challenge

    Install Operator SDK and Enable OLM

    In the command line:

    1. Install the Operator SDK.
    2. Make the binary file executable.
    3. Move the binary file to a directory in your path.
    4. Enable the Operator Lifecycle Manager.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans