diff --git a/website/blog/2023-04-14-release-0.14.md b/website/blog/2023-04-14-release-0.14.md index 4a3ccbca828..a3bfc567d00 100644 --- a/website/blog/2023-04-14-release-0.14.md +++ b/website/blog/2023-04-14-release-0.14.md @@ -84,10 +84,12 @@ Podman to Kind [1448](https://github.com/containers/podman-desktop/issues/1448). ### Kind Ingress If you deploy a pod to Kind, you are also going to want to reach it! To do this you will need to install a load balancer or -ingress controller so that the pod is accessible from outside the cluster. We made it easy to install the Coutour ingress -controller onto Kind [1675](https://github.com/containers/podman-desktop/issues/1675). +ingress controller so that the pod is accessible from outside the cluster. We made it easy to install the Contour ingress +controller while creating a Kind cluster [1675](https://github.com/containers/podman-desktop/issues/1675), +so if you created your cluster with Podman Desktop it is already there! + +![kind-ingress](img/podman-desktop-release-0.14/kind-ingress.png) - We have several other Kind and Kubernetes features planned to expand the supported scenarios, but hopefully this makes it easy to get started with Kind and shows where we're headed. As always, feedback is appreciated! diff --git a/website/blog/img/podman-desktop-release-0.14/kind-ingress.png b/website/blog/img/podman-desktop-release-0.14/kind-ingress.png new file mode 100644 index 00000000000..61fbd4521b5 Binary files /dev/null and b/website/blog/img/podman-desktop-release-0.14/kind-ingress.png differ