CN-Series
Validating the CN-Series HSF Deployment
Table of Contents
Expand All
|
Collapse All
CN-Series Firewall Docs
-
- CN-Series System Requirements for the Kubernetes Cluster
- CN-Series System Requirements for On-Premises Kubernetes Deployments
- CN-Series Performance and Scaling
- Create Service Accounts for Cluster Authentication
- Get the Images and Files for the CN-Series Deployment
- Strata Logging Service with CN-Series Firewall
- IOT Security Support for CN-Series Firewall
- Software Cut-through Based Offload on CN-Series Firewall
-
HSF
- Deployment Modes
- HSF
- In-Cloud and On-Prem
-
- CN-Series HSF System Requirements
- Configure Traffic Flow Towards CN-Series HSF
- Test Case: Layer 3 BFD Based CN-GW Failure Handling
- View CN-Series HSF Summary and Monitoring
- Validating the CN-Series HSF Deployment
- Custom Metric Based HPA Using KEDA in EKS Environments
- Configure Dynamic Routing in CN-Series HSF
- Features Not Supported on the CN-Series
Validating the CN-Series HSF Deployment
Where Can I Use This? | What Do I Need? |
---|---|
|
|
You can validate the CN-Series HSF deployments in the
Deployment section under Panorama Kubernetes. Click the link under Deployment Status to view
the details of the deployment.
The deployed pods and their current status is color coded and displayed in the
Deployment Status section. You can click on the link under
the Note against the failed pod deployment to see more
details.


Use the following commands in the Panorama CLI to generate logs.
debug plugins kubernetes generate-pod-log deployment_name pod_name <value> Name of the pod
show plugins kubernetes deployment-status
show plugins kubernetes deployment-details name
Debugging Sync Issues between the Kubernetes Plugin and CN-Series HSF
The Kubernetes plugin collects information about the CN-Series HSF from
Pods, Services, and Nodes using Watch APIs. The Watch API is a notification based
API which sends updates when the state of a cluster changes. To ensure that the
plugin and the deployed CN-Series HSF are in sync, the plugin listens to
notifications and displays HPA and upgrade/downgrade event notifications.
The plugin uses the following debug commands to debug a specific node based on the
plugin status.
debug plugin kubernetes kubectl-logs pod <pod-name>
This debug command generates a log file that contains the kubectl
describe logs for the node passed in the command, and is saved in the plugin logs
file.