Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster
  3. Assessing cluster configuration before deployment
  4. Webhooks validation execution details
NetBackup™ Deployment Guide for Amazon Elastic Kubernetes Services (EKS) Cluster

Webhooks validation execution details

Note the following points.

  • A Webhook is an HTTP call back: An HTTP POST that occurs when an event-notification is sent through HTTP POST. A web application implementing Webhooks will POST a message to a URL when certain tasks happen.

  • Webhooks are called when the following command is applied to create/update the environment to validate the CR input provided into the yaml file:

    kubectl apply -f sample/environment.yaml

  • Webhook validates each check in sequence. Even if one of the validation fails then a validation error is displayed and the execution is stopped.

  • The error must be fixed and the environment.yaml file must be applied so that the next validation check is performed.

  • The environment is created only after webhook validations are passed.

Feedback

Was this page helpful?
Previous

How does the webhook validation works

Next

How does the Config-Checker utility work

Feedback

Was this page helpful?