What is an API gateway? Learn everything you need to know about the world of APIs, and see how NGINX can help you create a high-performance, secure API gateway.
Scott van Kalken
Job title : Solution Architect
Company : F5
Sort by
Building Smaller Container Images
Small is beautiful when it comes to containers in test and dev environments: they take less time to build, use less memory, and have a smaller attack surface. We explore tools and provides instructions for building images that are a small as possible.
What Are Namespaces and cgroups, and How Do They Work?
Dive deep into two Linux features that underlie containers: namespaces and cgroups. They enable process isolation, ensuring that multiple processes running on a system don't interfere with one another. Our NGINX Unit application server also uses them for application isolation.