- Listen to our monthly AppSec Stats Flash podcast
- LEARN MORE
Glossary
Microservices represent a decentralized approach to software development, where larger applications are broken down into smaller components, or microservices, and developed separately and concurrently.
The central idea behind microservices is that some types of applications become easier to build and maintain when they are broken down into smaller, composable pieces which work together. Each component is continuously developed and separately maintained, and the application is then simply the sum of its constituent components.
Businesses are rapidly adopting the modern way of creating applications using a microservices based architecture. While microservices have speeded up the process of building software by offering an agile, scalable, and reliable way of composing large applications, they have also increased the attack surface because of the dozens of different microservices that make up an application.
Working with microservices can help to increase the speed of development, provide more resilient applications and promote more efficient scaling. Other key benefits include:
The best way to secure these microservices are while they are in development by usingstatic analysis. The cost to find and fix flaws is low, and shifting security considerations earlier in the SDLC affords the most impactful and cost-effective way to secure these microservices.
Learn more about microservices in this on-demand webinar, to build secure coding skills to shrink the attack surface and build microservices.