# Lab: Kubernetes 101

![](https://kubernetes.io/images/favicon.png)

## Lab overview

[Lab 0](broken://pages/-MCrMajXOBIQQWS6-lVJ): Setup - if you do not have access to a kubernetes environment, follow the suggestions here to get one. If you are in an IBM workshop and have already signed in to your kubernetes cluster, skip this lab and start with [Lab 1](broken://pages/-MCrMajY5g_x5G18ro9K).

[Lab 1](broken://pages/-MCrMajY5g_x5G18ro9K): This lab walks through creating and deploying a simple "guestbook" app written in Go as a net/http Server and accessing it.

[Lab 2](broken://pages/-MCrMajZ8-JQpaCGVoc5): Builds on lab 1 to expand to a more resilient setup which can survive having containers fail and recover. Lab 2 will also walk through basic services you need to get started with Kubernetes and the IBM Cloud Container Service

[Lab 3](broken://pages/-MCrMaj_3Pne96IWLa6z): Introduces configuration files used to describe deployments and services and their use to deploy an application.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ibm-developer.gitbook.io/cloudpakforapplications-appmod/technology-foundations/kube101.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
