Have you developed a backup/restore strategy for your Kubernetes clusters? In this Full Stack Journey episode, we discuss why Kubernetes operators should be planning for backup/restore functionality, and debunk some myths that say you don't need it in Kubernetes. We also dive into the open-source Velero project, a tool for backup/restore and data protection of Kubernetes cluster resources. Our guests are Carlisia Thompson and Nolan Brubaker.
The post Full Stack Journey 049: Kubernetes Backup And Data Protection With Open-Source Velero appeared first on Packet Pushers.
After recording a podcast with my friend Zig Zsiga on demystifying the role of the network engineer (https://zigbits.tech/70), I decided to record this companion series of videos. These are shorts explaining from my perspective the many roles played by a network engineer.
You can watch the entire series in less than 30 minutes.
In early November we organized a 2-day network automation event as part of our Network Automation course and the participants loved the new format… so we decided to use the same approach for the Spring 2021 Networking in Public Clouds course.
This time we’re trying out another bit of the puzzle: while we have plenty of ideas whom to invite, we’d love to get the most relevant speakers with hands-on deployment experience. If you’ve built an interesting public cloud solution, created a networking focused automation or monitoring tool, helped organizations migrate into a public cloud, or experienced a phenomenal failure, we’d like to hear from you. Please check out our Call for Papers and send us your ideas. Thank you!
On today's Tech Bytes podcast, sponsored by Zscaler, we explore securing a distributed workforce for 2021 and further, the role of Zero Trust Access, how Zscaler secures access to applications rather than networks, and more. Our guest is Pam Kubiatowski, Sr. Director of Transformation Strategy at Zscaler.
The post Tech Bytes: Securing Remote Work For 2021 And Beyond With Zscaler (Sponsored) appeared first on Packet Pushers.
Today's Network Break analyzes Juniper's acquisition of Intent-Based Networking startup Apstra, HPE's Aruba targets the data center with new switches and fabric software, and the US FTC sues Facebook for violating anti-trust laws. We also cover new products from Arista, Aryaka, and Gluware, a trio of Cisco acquisitions, and more tech news.
The post Network Break 314: Juniper Buys Apstra For IBN; Aruba Targets The Data Center With Fabric Software appeared first on Packet Pushers.
One of the major sources of complexity in modern systems is the simple failure to pull back the curtains. From a recent blog post over at the ACM—
Yegor describes three different reactions when a coder faces something unexpected when solving a problem.
Throw in the towel. Just give up on solving the problem. This is fairly uncommon in the networking and programming fields, so I don’t have much to say here.
Muddle through. Just figure out how to make it work by whatever means necessary.
Open the curtains and build an excellent solution. Learn how the underlying systems work, understand how to interact with them, and create a solution that best takes advantage of them.
The first and third options are rare indeed; it is the second solution that seems to dominate our Continue reading