All Projects → cloud-native-nordics → workshopctl

cloud-native-nordics / workshopctl

Licence: Apache-2.0 license
A tool to run workshops with

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to workshopctl

Kubernetes Vagrant Centos Cluster
Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.
Stars: ✭ 1,750 (+4505.26%)
Mutual labels:  helm, cloud-native
gotway
☸️ Cloud native API Gateway powered with in-redis cache
Stars: ✭ 71 (+86.84%)
Mutual labels:  helm, cloud-native
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+6634.21%)
Mutual labels:  helm, cloud-native
K3sup
bootstrap Kubernetes with k3s over SSH < 1 min 🚀
Stars: ✭ 4,012 (+10457.89%)
Mutual labels:  helm, cloud-native
meetups
Repository to gather all presentations from all Nordic Cloud Native meetups
Stars: ✭ 43 (+13.16%)
Mutual labels:  community, cloud-native
Zenko
Zenko is the open source multi-cloud data controller: own and keep control of your data on any cloud.
Stars: ✭ 353 (+828.95%)
Mutual labels:  helm, cloud-native
get-involved
Get Involved with Docker
Stars: ✭ 20 (-47.37%)
Mutual labels:  community, workshops
microservices-datadriven
Sample code of application examples to build microservices with converged Oracle database and multi-cloud / hybrid cloud services
Stars: ✭ 28 (-26.32%)
Mutual labels:  workshops, cloud-native
community
Harbor community-related material
Stars: ✭ 65 (+71.05%)
Mutual labels:  community, cloud-native
devopsish.com
DevOps, Cloud Native, Hybrid Cloud, Open Source, industry news, culture, and the ‘ish between.
Stars: ✭ 33 (-13.16%)
Mutual labels:  community, cloud-native
vcluster
vcluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
Stars: ✭ 1,360 (+3478.95%)
Mutual labels:  helm, cloud-native
berlin
🐻 learn coding with nodeschool berlin (๑>ᴗ<๑)
Stars: ✭ 54 (+42.11%)
Mutual labels:  community, workshops
inspr
Inspr is an agnostic application mesh for simpler, faster, and securer development of distributed applications (dApps).
Stars: ✭ 49 (+28.95%)
Mutual labels:  helm, cloud-native
Okteto
Develop your applications directly in your Kubernetes Cluster
Stars: ✭ 1,937 (+4997.37%)
Mutual labels:  helm, cloud-native
Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+6155.26%)
Mutual labels:  training, helm
workshops
Hack Club NMIT workshops library!
Stars: ✭ 17 (-55.26%)
Mutual labels:  community, workshops
zeebe-helm
Public Zeebe K8s HELM Charts
Stars: ✭ 13 (-65.79%)
Mutual labels:  helm, cloud-native
kubernetes-logging-helm
Scalable Kubernetes logging stack with Opensearch
Stars: ✭ 42 (+10.53%)
Mutual labels:  helm
croc-hunter-jenkinsx
Croc Hunter demo, deployed with Jenkins X
Stars: ✭ 19 (-50%)
Mutual labels:  helm
guides
How we do things at OK GROW!
Stars: ✭ 16 (-57.89%)
Mutual labels:  community

workshopctl

A tool for running workshops easily in the cloud!

WARNING: This tool is pre-alpha and under heavy development. Don't use it for anything very important quite yet! However, contributions are very welcome!

Please check out these slides for an up-to-date description of this project.

Quick Start

  1. workshopctl init -- Give information about what cloud provider to use (and its token), and what domain to serve on (e.g. workshopctl.kubernetesfinland.com)
  2. workshopctl gen -- Generate unique sets of Kubernetes manifests, one per cluster.
  3. workshopctl apply -- Creates the clusters in the cloud, and applies the manifests

Boom! A Visual Studio Code instance running in the browser is now available at e.g. cluster-01.workshopctl.kubernetesfinland.com in the given example. The VS Code terminal has full privileges to the Kubernetes cluster, so the attendee may easily access kubectl, helm and docker (if needed) for completing the tasks in your workshop. You can also provide pre-created materials in VS Code for the attendee.

How this works

TODO: Write more docs here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].