Support alibaba cloud's K8S container service (ACK)

How I can add a demo for alibaba cloud’s K8S container service?

Can I do a pull request?

@duffqiu,

You should be really able to use the existing manifests in the k8s Ingress repository or the helm chart for Kong for it.
Having an installation for every Kubernetes offering seems to defeat the purpose of using Kubernetes itself in some sense.

Have you tried the existing manifests?

Hi,

The current manifests can’t work on alibaba cloud because two things:

  1. alibaba cloud’s k8s doesn’t support default storage class
  2. the minimum size of disk is 20G not 1G

@duffqiu, I see. It should be possible for you to easily modify the storage size and add an annotation to change the storage class, right?