frontmatter
preface
acknowledgments
about this book
about the authors
about the cover illustration
Part 1. Introduction
1 Introduction to Quarkus, MicroProfile, and Kubernetes
1.1 What is a microservice?
The rise of microservices
Microservices architecture
The need for microservices specifications
1.2 MicroProfile
History of MicroProfile
MicroProfile community core principles
1.3 Quarkus
Developer joy
MicroProfile support
Runtime efficiency
1.4 Kubernetes
Introduction to Kubernetes
1.5 Kubernetes-native microservices
2 Your first Quarkus application
2.1 Creating a project
2.2 Developing with live coding
2.3 Writing a test