Jump to content

Any Kubernets exegetes?


GhaniABCDEFG

Recommended Posts

Guys, need some help on kubernets, if anyone aware how to deploy spring boot app on kubernets and inject config properties using config map! Please advice or if anyone have setup in your environments or experience working on similar let me know. Thanks in advance.

Link to comment
Share on other sites

take embedded tomcat base image for springboot and build your image based on that.

create a configmap in k8s with the config files that your application needs

create a secret in k8s with the sensitive info that your application needs (certs, passwords etc.)

create a k8 deployment and provide docker image details, pod requirements, where to copy the configmap in to pod, where to copy sectets in to pod etc details. 
 

www.kubernetes.io has all sample code

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...