kong-dist-kubernetes | Kubernetes managed Kong cluster | Dashboard library
kandi X-RAY | kong-dist-kubernetes Summary
kandi X-RAY | kong-dist-kubernetes Summary
Kong Enterprise is our powerful offering for larger organizations in need of security, monitoring, compliance, developer onboarding, higher performance, granular access and a dashboard to manage Kong easily. Learn more at
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kong-dist-kubernetes
kong-dist-kubernetes Key Features
kong-dist-kubernetes Examples and Code Snippets
Community Discussions
Trending Discussions on kong-dist-kubernetes
QUESTION
I am trying to deploy Kong in GKE as per the documentation https://github.com/Kong/kong-dist-kubernetes
I noticed cassandra is available as StatefulSet but Postgres as ReplicationController. Can I understand the difference? Also can anyone suggest how to choose between these 2?
...ANSWER
Answered 2018-Oct-01 at 13:29StatefulSet is better for managing stateful applications (which postgres and cassandra definitely are) as it provides possibility to create PersistentVolumeClaim to use GKE PD in your case so your state will be stored on separate partition on dedicated PD. In comparison Postgres deployment using ReplicationController which you provided use emptyDir so it means when you delete by accident/failure POD with Postgres all data will be lost so in that case you will need probably to re-initialize your Kong deployment (run Kong migrations, configure routers, etc.)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kong-dist-kubernetes
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page