8000 MKAAS-1519 Add support for Adv DDoS in k8sv2 by pedrodeoliveira · Pull Request #225 · G-Core/terraform-provider-gcore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MKAAS-1519 Add support for Adv DDoS in k8sv2 #225

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

Merged
merged 4 commits into from
May 22, 2025

Conversation

pedrodeoliveira
Copy link
Contributor
@pedrodeoliveira pedrodeoliveira commented May 13, 2025

Add support for managing k8s clusters with Advanced DDoS protection.

How to create a cluster with the Advanced DDoS protection:

resource "gcore_k8sv2" "cluster" {
  project_id    = data.gcore_project.pr.id
  region_id     = data.gcore_region.rg.id
  name          = "my-tf-cluster"
  ...
  ddos_profile {
      enabled = true
      fields {
          base_field = 689
          field_value = jsonencode(40)
      }
      fields {
          base_field = 566
          field_value = jsonencode([
              {
                  "dip": "dip",
                  "dport": 1,
                  "proto": "proto",
                  "sport": 1,
                  "policy": "policy-name"
              }
          ])
      }
      profile_template = 361
    }

@pedrodeoliveira pedrodeoliveira self-assigned this May 13, 2025
@pedrodeoliveira pedrodeoliveira changed the title MKAAS-1519 Add support for ddos in k8sv2 MKAAS-1519 Add support for Adv DDoS in k8sv2 May 21, 2025
@pedrodeoliveira pedrodeoliveira requested a review from alexk53 May 21, 2025 09:20
@pedrodeoliveira pedrodeoliveira marked this pull request as ready for review May 21, 2025 10:42
@pedrodeoliveira pedrodeoliveira force-pushed the MKAAS-1519-add-ddos-to-k8s branch from 2a7c84d to dfaedc2 Compare May 21, 2025 10:44
@pedrodeoliveira pedrodeoliveira force-pushed the MKAAS-1519-add-ddos-to-k8s branch from dfaedc2 to b25cb13 Compare May 22, 2025 10:49
@pedrodeoliveira pedrodeoliveira merged commit f2b9648 into master May 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0