Can anyone point a good material regarding how to proper confgure a Gateway API addon into a k0s cluster?

Can anyone point a good material regarding how to proper confgure a Gateway API addon into a k0s cluster?

As Gateway API is a “standard” k8s addon stuff, any of the implementations should work on k0s.

The one thing I’d mention is that the resource definitions (CRDs) are NOT part of base k8s nor k0s setup, so make sure your chosen implementation installation does setup the needed CRDs too.

1 Like