Building and deploying Spring Boot application with MySQL on Kubernetes cluster

preview_player
Показать описание
You will learn how to develop , build and deploy Spring Boot application with MySQL on a Kubernetes cluster and also you can learn how to create configmaps and secrets on a Kubernetes cluster.

My Top Playlists:

Рекомендации по теме
Комментарии
Автор

Very good explanation. Worth spending time.

skillsbasket
Автор

hi, thanks for the wonderful content . Could you please explain how can we give application.yml configuration in spring MVC

pramodhjajala
Автор

Any reason why you don't have the steps to create the PV in your deployment yaml? In some environments it fails to create the PVC because of the missing PV.

TheAmitsun
Автор

Hi very good explanation. thanks for the video.
I have one issue. I am using same configs for my application. I am able to have a CRUD operations. but when I delete pod or deployment of the application the data in database gets erased. Could you please help me for this? my requirement is that if I am restarting the pod or deployment the existing data should be mounted again.

savitakale
Автор

Hi, Thank you video its very informative. is the image available on docker hub?

amitlele
Автор

Thank you so much for wonderful explanation . My mysql-deployment.yml getting created but when I hit kubectl get pods I can getting no No resources found in default namespace. pls help me out with this.

shubhamkathare
Автор

hi Team, I have spring boot microservices, inservice have eureka, api-gateway and other service. if i deployed on docker swarm .its work goods and all service is registered with eureka but when i deployed on kubernetes infra, craete problem. Eureka deployed and one service deployed and its register with eureka .but api gateway and another service deployed , i got loopback error and conatiner restart .Dou have any solution for that

JitendraPalPatna
Автор

Hi can you make a video on deploying the java project with mysql DB with help of Jenkins, and docker and then finally deploying to kubernetes cluster. BTW your videos have been really helping me understand many things. Thanks 😊

himanshuupadhyay
Автор

Awesome video, Really thank you. May I ask a little question? In fact I'm using docker-compose to build my application (running with springboot and postgreSQL). I'd like to know if it is possible to deploy it in kubernetes and using the configmap.yml to set up the database connexion at the same time. Can you give me a hint on how to achieve this.

cdevoptmadagascar
Автор

so PVC is mapped to which PV and to which local path it is associated

prashant
Автор

Awesome video sir, Really thank you so much but one doubt sir after mvn clean package its build failing sir what is the problem ?

Error is: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. Caused by: ${DB_HOST}: Name or service not known

kumarreddy
Автор

Hi Brother, Can you please share ci/cd jenkins pipeline (jenkinsfile) for the same video.

praveenkaushik
Автор

How you prepare build of your project...did u bypassing the test during maven build.

prabhatyadav
Автор

Hi Mate, thank you very much for the awesome video and I'm following your github also :)
Based on your github repo for this tutorial i see two set of files for deployment. 1. deployment.yml and 2. mysql-deployment.yml.
What is the difference between these two? Your reply would be much appreciated. Thank you.

reacthameem
Автор

Hi. I ran the command,

kubectl apply -f deployment.yml,

and checked pod statuses. All the three pods have the status 'ImagePullBackOff'. Can you please help me understand why am I encountering this problem?

prajwalraut
Автор

Hi need your help... I have created 1 kubernetes cluster and I don't use minicube...I have deployed the services....but i don't know the endpoint IP address...plz help me...from where I will get the endpoint IP address to access the services?

traveltalks
Автор

Could you tell me why you use JAR instead of WAR?

kimleang.
Автор

Hello. i have a problem :)
1. How do you bypassing maven test?
2.ImagePullBackOff.
i used kubectl describe pod

EXCEPTION:
Failed to pull image "springboot-k8s-mysql:1.0": rpc error: code = Unknown desc = Error response from daemon: pull access denied for springboot-k8s-mysql, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

firstly i tried my application secondly your application, same problem

can you help me?

dxhflvr
Автор

I am getting error while building image for add ttarget file which is not present can you please prode jar file also

viveksrivastava
Автор

the data is not persisting on my local machine. Whenever I delete the cluster and rebuild it again, all my data is gone

zahash
visit shbcf.ru