Skip to content

wrightrocket/k8s-firewalld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

k8s-firewalld

Firewalld service configuration files for Kubernetes hosts

To test on a Kubernetes Master:

  • Copy the k8s-master.xml file to the /etc/firewalld/services directory
  • Reload the firewall daemon with firewall-cmd --reload
  • Add the service to the appropriate zone with firewall-cmd --add-service=k8s-master --zone=public

To test on a Kubernetes Worker:

  • Copy the k8s-worker.xml file to the /etc/firewalld/services directory
  • Reload the firewall daemon with firewall-cmd --reload
  • Add the service to the appropriate zone with firewall-cmd --add-service=k8s-worker --zone=public

About

Firewalld service configuration files for Kubernetes hosts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published