From 9de7a917ce5b81a8640867a297ab6697c65cba8e Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 3 Feb 2023 10:53:27 +1300 Subject: [PATCH] Rewrite repo to new monorepo to stop future github sprawl. --- .../0-web-assembly-containers/.#README.org | 1 + .../0-web-assembly-containers}/Containerfile | 0 .../0-web-assembly-containers}/README.org | 2 +- .../1-backstage-idp-k8s}/README.org | 0 .../2-cluster-nesting/README.org | 8 ++++++++ .../LICENSE | 0 README.org | 19 +++++++++++++++++-- 7 files changed, 27 insertions(+), 3 deletions(-) create mode 120000 2023-02-01-openshift-meetup/0-web-assembly-containers/.#README.org rename {0-web-assembly-containers => 2023-02-01-openshift-meetup/0-web-assembly-containers}/Containerfile (100%) rename {0-web-assembly-containers => 2023-02-01-openshift-meetup/0-web-assembly-containers}/README.org (98%) rename {1-backstage-idp-k8s => 2023-02-01-openshift-meetup/1-backstage-idp-k8s}/README.org (100%) create mode 100644 2023-02-01-openshift-meetup/2-cluster-nesting/README.org rename LICENSE => 2023-02-01-openshift-meetup/LICENSE (100%) diff --git a/2023-02-01-openshift-meetup/0-web-assembly-containers/.#README.org b/2023-02-01-openshift-meetup/0-web-assembly-containers/.#README.org new file mode 120000 index 0000000..9540516 --- /dev/null +++ b/2023-02-01-openshift-meetup/0-web-assembly-containers/.#README.org @@ -0,0 +1 @@ +james@james-laptop.91717:1675189190 \ No newline at end of file diff --git a/0-web-assembly-containers/Containerfile b/2023-02-01-openshift-meetup/0-web-assembly-containers/Containerfile similarity index 100% rename from 0-web-assembly-containers/Containerfile rename to 2023-02-01-openshift-meetup/0-web-assembly-containers/Containerfile diff --git a/0-web-assembly-containers/README.org b/2023-02-01-openshift-meetup/0-web-assembly-containers/README.org similarity index 98% rename from 0-web-assembly-containers/README.org rename to 2023-02-01-openshift-meetup/0-web-assembly-containers/README.org index 062563f..6f5db0a 100644 --- a/0-web-assembly-containers/README.org +++ b/2023-02-01-openshift-meetup/0-web-assembly-containers/README.org @@ -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 diff --git a/1-backstage-idp-k8s/README.org b/2023-02-01-openshift-meetup/1-backstage-idp-k8s/README.org similarity index 100% rename from 1-backstage-idp-k8s/README.org rename to 2023-02-01-openshift-meetup/1-backstage-idp-k8s/README.org diff --git a/2023-02-01-openshift-meetup/2-cluster-nesting/README.org b/2023-02-01-openshift-meetup/2-cluster-nesting/README.org new file mode 100644 index 0000000..d069d28 --- /dev/null +++ b/2023-02-01-openshift-meetup/2-cluster-nesting/README.org @@ -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 diff --git a/LICENSE b/2023-02-01-openshift-meetup/LICENSE similarity index 100% rename from LICENSE rename to 2023-02-01-openshift-meetup/LICENSE diff --git a/README.org b/README.org index 414fb82..7fa3ec5 100644 --- a/README.org +++ b/README.org @@ -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]] |