Rewrite repo to new monorepo to stop future github sprawl.

This commit is contained in:
2023-02-03 10:53:27 +13:00
parent 2879a8d1bf
commit 9de7a917ce
7 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1 @@
james@james-laptop.91717:1675189190

View File

@ -128,6 +128,6 @@ Now that we have a container image built let's run it with Podman.
Note that we need to ensure Podman is pointing at our customised container runtime that has WASM support, this can be done via either configuration file or cli parameter.
#+NAME: Run container image
#+begin_src tmate
#+begin_src tmate :socket /tmp/james.tmate.tmate
podman --runtime /usr/local/bin/crun run -t --rm localhost/mywasm-image:latest
#+end_src

View File

@ -0,0 +1,8 @@
#+TITLE: Cluster nesting with vcluster
#+AUTHOR: James Blair
#+DATE: <2023-02-01 Wed 09:00>
For our third brief demo this afternoon we want to tinker with cluster nesting, aka kubernetes in kubernetes.
* Install vcluster cli

View File

@ -1,2 +1,17 @@
# openshift-meetup-demos
Brief demonstrations I ran at the February 2023 OpenShift meetup in Wellington.
#+TITLE: Talks monorepo
#+AUTHOR: James Blair
#+DATE: <2023-02-03 Fri 10:30>
Over the last few years I've given many talks and demos at community events, it's one of the things I really love to do. To support these talks and demo's I've historically created separate repositories for each which ends up creating a bit of clutter in github so moving forward I will be using this monorepo to keep things together.
Additionally I want to keep and track a bit more of an overview for the talks I've given with things like links to recordings so this repository will hopefully make it easier for me to do that.
Whether you attended one of my talks or just stumbled upon this repository, I hope that you will find these materials informative and helpful in your own projects.
* List of talks:
#+CAPTION: List of talks
| Date | Title | Material |
|------------|-------------------------------------------------+----------|
| 01-02-2023 |OpenShift Meetup, Cloud Native Landscape Updates | [[./2023-02-01-openshift-meetup/][link]] |