AstartetPXE server in Debian 11Few days ago, I had to implement a PXE to send Debian images via LAN. This project required a minimum knowledge of networking and Debian…Feb 5, 2023Feb 5, 2023
Darpan MalhotraExposing TFTP Server as Kubernetes Service — Part 1If you are here, you already know that Kubernetes is the most popular system for deploying containerized applications. Kubernetes not only…May 26, 2022May 26, 2022
Darpan MalhotraExposing TFTP Server as Kubernetes Service — Part 10In Part 9, we successfully exposed TFTP server as NodePort service with externalTrafficPolicy=Local. We saw, no NAT operation was…Jun 3, 20222Jun 3, 20222
AstartetPXE server in Debian 11Few days ago, I had to implement a PXE to send Debian images via LAN. This project required a minimum knowledge of networking and Debian…Feb 5, 2023
Darpan MalhotraExposing TFTP Server as Kubernetes Service — Part 1If you are here, you already know that Kubernetes is the most popular system for deploying containerized applications. Kubernetes not only…May 26, 2022
Darpan MalhotraExposing TFTP Server as Kubernetes Service — Part 10In Part 9, we successfully exposed TFTP server as NodePort service with externalTrafficPolicy=Local. We saw, no NAT operation was…Jun 3, 20222
Darpan MalhotraExposing TFTP Server as Kubernetes Service — Part 2Given that a pod is ephemeral, its IP address will almost certainly change when it is deployed again by Deployment controller. So…May 26, 2022
Darpan MalhotraExposing TFTP Server as Kubernetes Service — Part 9In Part 8, we switched from iptables to IPVS mode of operation of kube-proxy. We could successfully expose TFTP server pod as ClusterIP…Jun 3, 2022
Sean Sosik-HamorConfiguring a TFTP server on Ubuntu for switch upgrades and maintenanceNote: Community TFTP documentation is on the Ubuntu Wiki but this short guide adds extra steps to help secure and safeguard your TFTP…Jul 9, 20174