SharathJunubala / petclinic-eks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this is java project.

also we builds using maven .

it connects with the database(mysql)

database info pom.xml , schema.sql

we need to build : mvn clean package -P MySql

we are deploying to the eks(k8s)

code + Dockerfile

where our app will run : tomcat

what is iniput : war file

if we need to war we have to build

Jenkins--maven -- petclinic job : war file /var/lib/jenkins/workspace/petclinic/target/

pre-req: RDS

  1. create the RDS in the EKS vpc public private --Create the RDS in the private subnet
  2. allow the rds-sg of eks workder node sg
  3. allow the jenkins-sg to the rds-sg

About

License:Apache License 2.0


Languages

Language:Java 94.6%Language:Less 5.3%Language:Dockerfile 0.1%