I setup Kong OSS version only 2 months ago on kubernetes using what I believe was the recommended hybrid approach. I have a yaml file for the control_plane and a yaml for the data_plane. There was plenty of documentation for the Kong Gateway OSS version which appear to have been taken down.
I have found some archived docs which look similar to the docs i referenced only a few months ago: https://legacy-gateway--kongdocs.netlify.app/gateway-oss/2.5.x/hybrid-mode/
The new documentation feels sparse, poorly linked, and no way near as concise as it was only a few months ago. There were clear-ish examples and now, just a list of properties and just long pages of config to scratch through, which is borderline useless (for me anyway)
Is the OSS version no longer supported? If so is there any documentation for it? I get that paid support is the end goal, but as it stands currently, I am days away from dropping Kong from my list and looking at other options. I am in the middle of evaluating several gateway options, and poor documentation is a deal breaker.
Maybe I have missed something but the documentation at the moment appear to be in disarray.
Agreed. Until a couple of days ago I was using the docs for developing custom plugins but know they’re all gone. The URLs that I was accessing just redirect to the new docs which are missing a lot of information.
Thank you for posting both. The majority of the content still exists, and we’re finding a few issues in the redirects.
@jdchris The hybrid mode config is one that’s currently missing. It’s on my list to rework in to a more structured how-to guide, but I need a few more days to get it finished. I’ll let you know when it’s ready.
I can see the docs changing from day do day, but i’m still concerned about the documentation overall quality and navigation in this new version. It is now confusing, counter-intuitive and lots of links redirect to completely useless/redundant information or there is no link at all.
Now in possession of an Enterprise license, I must confess I’m quite frustrated while trying to to basic stuff. How much work is still in progress considering documentation improvements?
Is there any way to bring back the old documentation on an alternate page?
Thanks for pointing this out. The --set env.ENABLE_CONTROLLER_KONNECT=true line comes from some shared instructions. I’ll get that that removed for on-prem docs (but it doesn’t affect anything unless you have a Konnect API key in your cluster)
I am new to Kong and also finding it difficult to navigate the documentation.
I am trying to figure out how to use the OSS images for the Kubernetes gateway operator?
I deployed the operator with Helm using basically the default values and during testing I noticed that it has provisioned an Enterprise version (kong/3.9.1.2-enterprise-edition).
k -n kong-gateway exec -it dataplane-kong-kgf5b-dptgs-8bb6f687b-kr47l – kong version
Kong Enterprise 3.9.1.2
Please can you advise how I can go about referencing the OSS images for the gateway operator, control plane and data plane?
@mheap that’s great, what I am after is a reference to which image tags are for the OSS version so that I can update the podTemplateSpec to deploy the OSS version..