Khujamov / cloud-native-spring-in-action

πŸƒ Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)

Home Page:https://www.manning.com/books/cloud-native-spring-in-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸƒ Cloud Native Spring in Action

The book cover of 'Cloud Native Spring in Action' by Thomas Vitale

This repository contains the source code accompanying the book Cloud Native Spring in Action - With Spring Boot and Kubernetes written by Thomas Vitale and published by Manning Publications. It's currently available through the Manning Early Access Program (MEAP).

There is a folder for each chapter, for which both an initial and final versions are available. For example, for chapter 4, you can use Chapter04/04-begin as a starting point to follow along with the examples in the chapter and Chapter04/04-end to check the code as it looks like at the end.

Prerequisites

Chapter after chapter, you'll build, containerize, and deploy cloud native applications. Along the journey, you will need the following software installed.

Gradle and Maven

The code samples in the book use Gradle as the build tool. Should you prefer Maven, here's a table mapping Gradle commands to Maven so that you can easily follow along.

Gradle Maven
./gradlew clean ./mvnw clean
./gradlew build ./mvnw install
./gradlew test ./mvnw test
./gradlew bootJar ./mvnw spring-boot:repackage
./gradlew bootRun ./mvnw spring-boot:run
./gradlew bootBuildImage ./mvnw spring-boot:build-image

1. Introduction to Cloud Native

2. Cloud Native Foundations: Patterns and Technologies

3. Getting Started with Cloud Native Development

4. Externalized Configuration Management

5. Persisting and Managing Data in the Cloud

6. Containerizing Spring Boot

7. Kubernetes Fundamentals for Spring Boot

8. Reactive Spring: Resilience and Scalability

9. API Gateway and Circuit Breakers

10. Event-driven Applications and Functions

11. Security: Authentication, OIDC, and SPA

Book forum

Feel free to submit questions, feedback, or errata to the forum dedicated to "Cloud Native Spring in Action": https://livebook.manning.com/book/cloud-native-spring-in-action/.

Contact the author

You are very welcome to contact me for questions, feedback, or suggestions. Feel free to reach out to me on Twitter, LinkedIn, or here on GitHub.

About

πŸƒ Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)

https://www.manning.com/books/cloud-native-spring-in-action

License:MIT License


Languages

Language:Java 94.1%Language:TypeScript 4.0%Language:HTML 1.2%Language:JavaScript 0.3%Language:CSS 0.2%Language:Dockerfile 0.1%