Lab 2 - Let's show off our website
DATE:
Friday, March 29, 2024
TAGS:
k8s
kubernetes
workshop
Lab 02 | Let's show off our website! |
---|---|
Duration | 45 minutes |
Skills | Docker, 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
- Create a simple website using NextJs.
- Create a simple REST API using Python.
- Connect the website to the REST API.
- Containerize the website and the REST API.