Lab 2 - Let's show off our website


DATE:
Friday, March 29, 2024

TAGS:
k8s
kubernetes
workshop

Lab 02Let's show off our website!
Duration45 minutes
SkillsDocker, NextJs, Python, REST API

Description

Before we start with Kubernetes, Containerization, and all the other cool stuff, let's start with a demo application. In this lab, we will create a simple website using NextJs. We connect our website to a python backend and display the data on the website.

Objectives

  1. Create a simple website using NextJs.
  2. Create a simple REST API using Python.
  3. Connect the website to the REST API.
  4. Containerize the website and the REST API.

Instructions