Skip to content
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

Add guide for CDN management #535

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add guide for CDN management #535

wants to merge 3 commits into from

Conversation

paaanic
Copy link
Collaborator

@paaanic paaanic commented Dec 23, 2024

VKPRGM-1789

@paaanic paaanic added documentation Improvements or additions to documentation service/cdn Changes related to VKCS CDN service labels Dec 23, 2024
@paaanic paaanic self-assigned this Dec 23, 2024
@@ -0,0 +1,204 @@
---
layout: "vkcs"
page_title: "Building VPN Tunnel between VK Cloud private subnets"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need another title

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

### Example Configuration:

```hcl
resource "vkcs_cdn_origin_group" "origin_group" {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all guide examples must be checkable by ci

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made it checkable.


Proceed to the next step if you do not plan to enable CDN resource shielding.

Shielding PoPs act as intermediaries to enhance performance by caching content closer to end users, you should choose one strategically based on traffic origins.
Copy link
Collaborator

@ftersin ftersin Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shielding can be not enabled in some regions

enabled = true
pop_id = data.vkcs_cdn_shielding_pop.pop.id
}
# Remove if not necessary. Specify "lets_encrypt" as the value for
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be just reffering to the doc is better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation service/cdn Changes related to VKCS CDN service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants