site/content/docs/user/resources.md
The kind-ci/examples project is a work-in-progress project to give working examples of using KIND in various continuous integration environments / platforms.
Here are a useful external guides / tutorials covering things not yet covered in our docs:
<!--please do not insert every single guide on the internet here--> <!--ideally many of these guides will eventually have upstream equivalents on this site--> <!--in the meantime, content that is not covered upstream in particular can be very helpful here-->NOTE: We now have a kind integrated loadbalancer solution, see the loadbalancer page.
https://mauilion.dev/posts/kind-metallb/
https://mauilion.dev/posts/kind-k8s-testing/
https://projectcontour.io/kindly-running-contour/
https://mjpitz.com/blog/2020/10/21/local-ingress-domains-kind/
https://golangexample.com/connect-directly-to-docker-for-mac-containers-via-ip-address/
https://docs.gitlab.com/charts/development/kind/
NOTE: Depending on implementation details of the node image is not supported, only that the node images contain what kind needs to run Kubernetes at a given version.
Installing CRI-O is possible but not supported.
https://github.com/cri-o/cri-o/blob/release-1.31/tutorials/crio-in-kind.md#cri-o-in-kind
The authors have given the following talks relating to KIND:
At KubeCon EU 2024 we spoke about Cloud Provider KIND and how to use Load Balancers Services with KIND
{{< youtube id="U6_-y24rJnI" class="video-wrapper" >}}
At KubeCon US 2019 we spoke about KIND internals and the challenges ahead on the road to 1.0.
{{< youtube id="tT-GiZAr6eQ" class="video-wrapper" >}}
At KubeCon US 2019 we provided a hands on tutorial for contributing and testing your Kubernetes code with KIND.
{{< youtube id="BPVO2mcfjJk" class="video-wrapper" >}}
At KubeCon EU 2019 we spoke about KIND and testing your Kubernetes Applications.
{{< youtube id="8KtmevMFfxA" class="video-wrapper" >}}
At KubeCon EU 2019 we spoke about KIND and how we use it to test Kubernetes for the SIG Testing Deep Dive.
{{< youtube id="6m9frvTxK0o" class="video-wrapper" >}}
At KubeCon NA 2018 we spoke with Sen Lu about The Kubernetes Project's testing tools and infrastructure, including a brief discussion of KIND and running it on Kubernetes's Kubernetes-based CI infrastructure.
{{< youtube id="pz0lpl6h-Gc" class="video-wrapper" >}}