This repository contains the material for attendees of my workshop 'From Dev to Prod with Acorn - Simplifying Kubernetes Deployments', where we will take the application defined in compose.yml
within this branch and transform it into a so-called Acorn to be deployed to virtually any Kubernetes cluster.
This workshop was held for the first time on Feb 07 2023 at CIVO Navigate.
For participating in the workshop, you will need a few things on your local machine:
git
Docker
anddocker compose
acorn
, which you can install from the project's release page- a working Kubernetes cluster, either running locally or in the cloud; The workshop has been tested on Docker Desktop and Rancher Desktop clusters on Windows 10, (Arch) Linux, and MacOS Ventura 13.2
Clone this repository, install acorn to your cluster, and check out branch section-01
to get started!
git clone https://github.com/mocdaniel/acorn-workshop.git
cd acorn-workshop
kubectl config use-context <CONTEXT>
acorn install
git checkout section-01
This workshop is meant to be worked on while having the slides of my talk handy for reference.
The source code of the slides is hosted in my slides repository.
After each section of the workshop you are supposed to check out the next branch, which will provide a clean slate to continue with.
This allows you to experiment at each stage of the workshop without having to worry that you're breaking your workshop repository.
At the moment, there are five sections to this workshop:
section-01
- creating a primitiveAcornfile
section-02
- adding dependencies and probessection-03
- adding (secret) data managementsection-04
- adding user-provided datasection-05
- building, pushing, and deploying the Acorn
This workshop is licensed under MIT license. For more information, please see LICENSE.