Blog posts tagged with: Kubernetes


Kubernetes Dive-in Workshop
Kubernetes Dive-in Workshop

Date: 2024-03-29

In this two-days workshop, we will dive into Kubernetes together with hands on experience. We learn how to deploy, scale, and manage contanerized applications.
Read More →
Lab 1 - Setup environment
Lab 1 - Setup environment

Date: 2024-03-29

In this lab, we will set up our machine environment by installing the necessary tools and software required for the workshop.
Read More →
Lab 2 - Let's show off our website
Lab 2 - Let's show off our website

Date: 2024-03-29

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.
Read More →
Lab 2.1 - FastAPI Setup
Lab 2.1 - FastAPI Setup

Date: 2024-03-29

In this lab, we will create a simple Python backend using FastAPI that returns a list of students present in our class.
Read More →
Lab 2.2 - Create a NextJS application
Lab 2.2 - Create a NextJS application

Date: 2024-03-29

In this lab, we will create a new NextJS application to display the list of students present in our class.
Read More →
Lab 2.3 - Connect the website to the REST API
Read More →
Lab 2.4 - Containerize our application
Lab 2.4 - Containerize our application

Date: 2024-03-29

In this lab, we will containerize our application. We write Dockerfile for our Python FastAPI application as well as our Next.js frontend application.
Read More →
Lab 3 - Kubernetes setup
Lab 3 - Kubernetes setup

Date: 2024-03-29

In this lab, we will install Kubernetes on GCP virtual machines.
Read More →
Lab 4 - Deploy application
Lab 4 - Deploy application

Date: 2024-03-29

In this lab, we will deploy the application we built in the previous lab to the Kubernetes cluster.
Read More →
Lab 5 - Ingress and Loadbalancer
Lab 5 - Ingress and Loadbalancer

Date: 2024-03-29

In this lab, we will create an ingress and a loadbalancer for our application.
Read More →