Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavio-fernandes/ovscon22kind
OVS Conf 2022: Kind with OVN Kubernetes workshop
https://github.com/flavio-fernandes/ovscon22kind
Last synced: 4 days ago
JSON representation
OVS Conf 2022: Kind with OVN Kubernetes workshop
- Host: GitHub
- URL: https://github.com/flavio-fernandes/ovscon22kind
- Owner: flavio-fernandes
- License: mit
- Created: 2022-10-19T01:34:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T23:11:03.000Z (14 days ago)
- Last Synced: 2024-12-26T19:13:56.579Z (8 days ago)
- Language: Shell
- Size: 8.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ovscon22kind
[OVS Conf 2022](https://www.openvswitch.org/support/ovscon2022/): Kind with OVN Kubernetes workshop
This repo has all the bits used for the [**Easily deploying Kubernetes with OVN as CNI using Kind**](https://youtu.be/LjAzW8C1VAU) talk for the [OVSCON 2022 event](https://www.openvswitch.org/support/ovscon2022/).
[Click here](https://youtube.com/playlist?list=PLaJlRa-xItwAGoQaULWr5gdwmUkAnZOkx) to see all the awesome talks recorded during that event.![ovscon2022](images/ovscon2022.png "OVScon, November 2022")
**Note:** A recording of this workshop [is available here](https://www.youtube.com/watch?v=LjAzW8C1VAU).
## Pre-Reqs
- install Vagrant
- clone this repo## Quickstart
```bash
$ # cd this repo
$ vagrant up
$ vagrant ssh ovscon1[vagrant@ovscon1 ~]$ cd ovn-kubernetes/
[vagrant@ovscon1 ovn-kubernetes]$ cd contrib/
[vagrant@ovscon1 contrib]$ ./kind.sh[vagrant@ovscon1 contrib]$ k get nodes
...
```