Skip to main content
NetApp Knowledge Base

ONTAP Tools 10: How to configure secure TLS Cipher Suites and Firewall Rules

Views:
75
Visibility:
Public
Votes:
0
Category:
virtual-storage-console-for-vmware-vsphere
Specialty:
virt
Last Updated:

Applies to

  • ONTAP Tools for VMware vSphere (OTV) 10.x

Description

Note: There is a script available that will perform the steps outlined in the procedure.

This KB describes how to harden OTV 10.x by: 

  • Restricting access to sensitive Kubernetes/etcd ports using persistent host firewall rules
  • Configuring recommended TLS cipher suites for Kubernetes API server, kubelet, and etcd 

This covers ports: 

  • 6443/TCP - Kubernetes API server 
  • 9345/TCP - RKE2 supervisor / node registration 
  • 10250/TCP - kubelet API 
  • 2379/TCP - etcd client 
  • 2380/TCP - etcd peer 

Applicable OTV Network Addresses 

Depending on deployment and routing, these ports may be reachable on: 

  • OTV / ONTAP tools IP address (Gateway UI IP)
  • Node interconnect IP address (HA / internal)
  • Generic VM/node IP address 

Note: Use the IP(s) applicable to your setup when validating rules and TLS. 

Recommended Cipher Suites (Baseline) 

Use these strong TLS 1.2 AEAD cipher suites where supported: 

TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256

Note: The certificate type presented by an endpoint affects which suites can be negotiated/observed. 

Note: Logging into the OTV10 remote diagnostics shell with the diag user will provide you the ability to perform the tasks outlined in this article

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.