readme/docs: add links to may meetup and demo repository

pull/212/head
iwilltry42 4 years ago
parent e788614ff1
commit ee9f25b20b
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 6
      README.md
  2. 5
      docs/index.md

@ -11,6 +11,12 @@ k3s is the lightweight Kubernetes distribution by Rancher: [rancher/k3s](https:/
k3d creates containerized k3s clusters. This means, that you can spin up a multi-node k3s cluster on a single machine using docker.
## Learning
- Website with documentation: [k3d.io](https://k3d.io/)
- [Rancher Meetup - May 2020 - Simplifying Your Cloud-Native Development Workflow With K3s, K3c and K3d (YouTube)](https://www.youtube.com/watch?v=hMr3prm9gDM)
- k3d demo repository: [iwilltry42/k3d-demo](https://github.com/iwilltry42/k3d-demo)
## Requirements
- [docker](https://docs.docker.com/install/)

@ -4,6 +4,11 @@ k3d is a lightweight wrapper to run [k3s](https://github.com/rancher/k3s) (Ranch
k3d makes it very easy to create single- and multi-node [k3s](https://github.com/rancher/k3s) clusters in docker, e.g. for local development on Kubernetes.
## Learning
- [Rancher Meetup - May 2020 - Simplifying Your Cloud-Native Development Workflow With K3s, K3c and K3d (YouTube)](https://www.youtube.com/watch?v=hMr3prm9gDM)
- k3d demo repository: [iwilltry42/k3d-demo](https://github.com/iwilltry42/k3d-demo)
## Requirements
- [docker](https://docs.docker.com/install/)

Loading…
Cancel
Save