Spring Cloud Kubernetes


Table of Contents

1. Why do you need Spring Cloud Kubernetes?
2. Starters
3. DiscoveryClient for Kubernetes
4. Kubernetes native service discovery
5. Kubernetes PropertySource implementations
5.1. Using a ConfigMap PropertySource
5.2. Secrets PropertySource
5.3. PropertySource Reload
6. Ribbon Discovery in Kubernetes
7. Kubernetes Ecosystem Awareness
7.1. Kubernetes Profile Autoconfiguration
7.2. Istio Awareness
8. Pod Health Indicator
9. Leader Election
10. Security Configurations Inside Kubernetes
10.1. Namespace
10.2. Service Account
11. Service Registry Implementation
12. Examples
13. Other Resources
14. Building
14.1. Basic Compile and Test
14.2. Documentation
14.3. Working with the code
14.3.1. Importing into eclipse with m2eclipse
14.3.2. Importing into eclipse without m2eclipse
15. Contributing
15.1. Sign the Contributor License Agreement
15.2. Code of Conduct
15.3. Code Conventions and Housekeeping
15.4. Checkstyle
15.4.1. Checkstyle configuration
15.5. IDE setup
15.5.1. Intellij IDEA