Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
39 stars 9 forks source link

New CRD for custom Kong Plugin installation #378

Open programmer04 opened 5 days ago

programmer04 commented 5 days ago

Problem Statement

A new CRD for dealing with Kong Plugins is needed. It needs to have well-thought fields that won't require changes in the future it should be extensible and take into account adding in the foreseeable future.

Of course, fields for signature verification are not in the scope of this issue.

Related Kubernetes controller typical boilerplate has to be generated too.

Proposed Solution

There is an initial proposition presented in Kong Gateway Plugins distribution that can be used as a starting point, inspiration. Naming hasn't been decided yet the proposed options for now are

Acceptance Criteria

lahabana commented 5 days ago

Do not forget to consider status as well