An open API service indexing awesome lists of open source software.

https://github.com/techprimers/spring-cloud-kubernetes-config-example

Spring Cloud Kubernetes Config example
https://github.com/techprimers/spring-cloud-kubernetes-config-example

kubernetes skaffold spring-boot spring-cloud spring-cloud-kubernetes spring-cloud-kubernetes-config

Last synced: 6 months ago
JSON representation

Spring Cloud Kubernetes Config example

Awesome Lists containing this project

README

          

# Spring Cloud Kubernetes Config Example

## Versions used
- Kubernetes 1.16
- Minikube 1.5.2
- Docker 19.03.4
- Skaffold 1.0.0
- Spring Boot 2.2.1.RELEASE
- Spring Cloud Kubernetes Config 1.1.0.RELEASE

## Commands
- `skaffold run` - For build and run
- `kubectl apply -f config.yaml` - For applying the ConfigMap changes
- `kubectl describe configmap config-example` - For describing the contents of Config Map
- `kubectl logs -f` - For tailing the logs from the pod