-
Notifications
You must be signed in to change notification settings - Fork 73
feat(dcgw): Managed cache AWS beta #3975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
| 1. Create a control plane group enabled for dedicated cloud gateways. | ||
| 1. Add AWS multi-region data plane groups to the control plane group. | ||
| 1. Add control planes to the control plane group. | ||
| 1. Set up a managed cache the control plane group, specifying the size of the cache: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 1. Set up a managed cache the control plane group, specifying the size of the cache: | |
| 1. Set up a managed cache for the control plane group, specifying the size of the cache: |
| {% konnect_api_request %} | ||
| url: /v2/cloud-gateways/add-ons/{addOnId} | ||
| status_code: 201 | ||
| method: POST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| method: POST | |
| method: GET |
| {% capture get_addon %} | ||
| {% konnect_api_request %} | ||
| url: /v2/cloud-gateways/add-ons/{addOnId} | ||
| status_code: 201 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| status_code: 201 | |
| status_code: 200 |
| Dedicated Cloud Gateway (DCGW) Managed Cache introduces a built-in Redis-compatible datastore that powers all Redis-enabled plugins across {{site.base_gateway}} deployments. This enhancement enables seamless activation and operation of performance-critical, redis-backed plugins, including Proxy Caching, Rate Limiting, AI Rate Limiting, ACME, and more. This fully-managed Redis service is provisioned and operated by Kong, removing the need for you to host Redis infrastructure. | ||
|
|
||
| You can configure AWS managed caches for control planes and control plane groups. When you configure a managed cache, you can select from the following cache sizes: | ||
| * Micro: ~0.5 GiB capacity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@josh-konghq can you please confirm the values here https://konghq.atlassian.net/wiki/spaces/CG/pages/5084446787/Azure+Open+Questions?focusedCommentId=5175017482
Description
Fixes #issue
Preview Links
https://deploy-preview-3975--kongdeveloper.netlify.app/dedicated-cloud-gateways/multi-region-aws-managed-cache/
Checklist
descriptionentry in frontmatter.