Sponsored by DEVOPS.COM
As adoption of Kubernetes increases, organizations are now finding themselves deploying network overlays to integrate fleets of Kubernetes clusters. There are already a lot of choices for achieving that goal, but with the rise of extended Berkeley Packet Filter (eBPF) technology it will soon become possible to run networking software in-kernel in a way that makes it easier to scale networking services. There are several use cases for eBPF, including traffic control, creating network policy, connect-time load balancing and observability. Without eBPF, packets use the standard Linux networking path on their way to a final destination.
If a packet shows up at point A and you know that the packet needs to go to point B, you can optimize the network path in the Linux kernel by sending it straight to point B. With eBPF, you can leverage additional context to make these changes in the kernel so that packets bypass complex routing and simply arrive at their final destination.
This is especially relevant in a Kubernetes container environment, where, in addition to the host network stack, each container has its own mini network stack. When traffic comes in, it is usually routed to a container stack and must travel a complex path as it makes its way there from the host stack. This routing can be bypassed using eBPF.
You’ve probably written a hundred abstracts in your day, but have you come up with a template that really seems to resonate? Go back through your past webinar inventory and see what events produced the most registrants. Sure – this will vary by topic but what got their attention initially was the description you wrote.
Paint a mental image of the benefits of attending your webinar. Often times this can be summarized in the title of your event. Your prospects may not even make it to the body of the message, so get your point across immediately. Capture their attention, pique their interest, and push them towards the desired action (i.e. signing up for your event). You have to make them focus and you have to do it fast. Using an active voice and bullet points is great way to do this.
Always add key takeaways. Something like this....In this session, you’ll learn about: