Containers are sound, portable ways to deploy applications to the cloud, but don't forget these extra costs Credit: Thinkstock Containers have a few basic features and advantages when it comes to application development. Here’s some of the benefits you can gain: Reduce complexity through container abstractions. You deal with the containers not the underlying platforms of applications. Maximize portability through automation, meaning write once and run many places. Provide better security and governance, external to the containers. Improve distributed computing capabilities, since distribution is a core architectural pattern of containers. Provide automation services that offer policy-based optimization. Use container orchestration, such as Kubernetes. Take advantage of a large ecosystem of providers that support containers. The problem with containers is that everyone wants to use them, but nobody understands how much more they cost to build and deploy. Indeed, I’m seeing an average excess spend (“the container tax”) of about 35 percent for net new and existing applications moved or built on containers. What are you paying for? Here is my short list. First, the design of containers is a bit more involved. Thus, it makes sense to spend more time on the initial design or the refactoring of existing applications that are moving to containers. Second, the tools cost more. Container-based tools—not the free stuff, but the tools that provide database access, security, or governance—cost about 50 percent more than traditional tools. Although it’s good to have useful tools, be aware that you’ll have to pay more for them. Finally, containers are more expensive to operate and maintain. Although there is some debate here, I will draw from my own experience: Containers do provide a better architectural approach to application development, but you need higher-level skills and ops tools to run them longer term. Put these three factors together, and that’s where I get the 35 percent container tax. It goes without saying that your tax may vary. Of course, you need to consider the value of containers as well. I’m not doing that here; instead I’m focusing on the extra costs that you’re likely to see so you avoid sticker shock. Related content feature 14 great preprocessors for developers who love to code Sometimes it seems like the rules of programming are designed to make coding a chore. Here are 14 ways preprocessors can help make software development fun again. By Peter Wayner Nov 18, 2024 10 mins Development Tools Software Development feature Designing the APIs that accidentally power businesses Well-designed APIs, even those often-neglected internal APIs, make developers more productive and businesses more agile. By Jean Yang Nov 18, 2024 6 mins APIs Software Development news Spin 3.0 supports polyglot development using Wasm components Fermyon’s open source framework for building server-side WebAssembly apps allows developers to compose apps from components created with different languages. By Paul Krill Nov 18, 2024 2 mins Microservices Serverless Computing Development Libraries and Frameworks news Go language evolving for future hardware, AI workloads The Go team is working to adapt Go to large multicore systems, the latest hardware instructions, and the needs of developers of large-scale AI systems. By Paul Krill Nov 15, 2024 3 mins Google Go Generative AI Programming Languages Resources Videos