What's the relationship between the repository "Kong/kong" and "Kong/kubernetes-ingress-controller"

Hi Team,
Now I focus on building the kong-ingress-controller image that can run on ppc64le and s390x. I know the “kong-ingress-controller” can deploy on the Kubernetes. But I don’t know what’s the relationship between the repository “Kong/kong” and “Kong/kubernetes-ingress-controller”.
Does the kong-ingress-controller image depend on the repository “Kong/kong”?
Thank you!

Xu

Yes.
The controller takes configuration stored in Kubernetes and configures Kong.
You might be able to get the controller running on ppc but I don’t think it is possible for kong/kong.

Thank you for your reply.
So if I want kong/kong can run on ppc64le, I need to compile the kong/kong on ppc64le and build the ppc64le image through Kong/docker-kong. Is this right?

I don’t think it is possible to compile Kong to run on ppc64le.

1 Like

OK. I see. Thank you!

Hi, were you able to compile it?