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. Examples
12. Other Resources
13. Building
13.1. Basic Compile and Test
13.2. Documentation
13.3. Working with the code
13.3.1. Importing into eclipse with m2eclipse
13.3.2. Importing into eclipse without m2eclipse
14. Contributing
14.1. Sign the Contributor License Agreement
14.2. Code of Conduct
14.3. Code Conventions and Housekeeping
14.4. Checkstyle
14.4.1. Checkstyle configuration
14.5. IDE setup
14.5.1. Intellij IDEA