Skip to content

A proof-of-concept for building a docker image and deploying it on a Raspberry Pi k3s Kubernetes cluster

Notifications You must be signed in to change notification settings

zubeax/simple-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a proof-of-concept project that demonstrates the sequence of steps required to build a docker image in a private image registry and then to deploy this image as an application in a Raspberry Pi k3s Kubernetes cluster.

The details for the workflow are covered in my Blog Article

Building and Deploying our own Images

If you want to run through this exercise, clone the repository into your k3s environment with

git clone https://github.com/zubeax/simple-quiz.git

and then follow the steps from the blog.