-
Start Colima with Kubernetes
colima start --cpu 4 --memory 8 --with-kubernetes
-
Check if Kubernetes is up and running
kubectl cluster-info
-
SSH into Colima
colima ssh
-
Build the docker image
docker build --file=Dockerfile --tag=config-management-with-spring-cloud-k8s:latest --rm=true .
-
Create Kubernetes resources
kubectl apply -f app-deployment.yml
-
Hit the URL
http://localhost:8091
-
Delete Kubernetes resources after testing
kubectl delete -f app-deployment.yml
-
Notifications
You must be signed in to change notification settings - Fork 0
abhinav-nath/config-management-with-spring-cloud-k8s
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Config management with Spring Cloud Kubernetes
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published