Thank you for detailed explanation , I have followed same steps my project tasks its working , very good support from you , thank you for connecting and fixing the issue
NIce one! Can you make another example deployment using ansible to deploy more than 1 srver on AWS, and Kubernetes as the Orchestration to make 2 replicas with Jenkins and Github as the source.
Thanks for video.. It's well explained. I have one doubt on application deployment as you mentioned using maven we build the springboot application rite.. When we use maven to build we need pom. Xml file as well rite... Could you please explain this why pom.xml not used in thjs case..? I'm new to this jenkins so please help Thanks in advance
A Project Object Model or POM is an XML file that contains information about the project and configuration details used by Maven to build the project. It contains default values for most projects. nginx is just for web serving, reverse proxying, caching, load balancing, media streaming Spring Boot is an open source Java-based framework used to create a micro Service.
Hi use spec: type: NodePort in your service yaml file. apiVersion: v1 kind: Service metadata: name: my-service spec: type: NodePort selector: app: nginx ports: # By default and for convenience, the `targetPort` is set to the same value as the `port` field. - port: 80 targetPort: 80 # Optional field # By default and for convenience, the Kubernetes control plane will allocate a port from a range (default: 30000-32767) nodePort: 30007 kubernetes.io/docs/concepts/services-networking/service/
1.know the installation first th-cam.com/video/5UOnyWyxuR4/w-d-xo.html 2. creating eks cluster th-cam.com/video/X2ljiOx6BMQ/w-d-xo.html 3. ci/cd pipeline for java th-cam.com/video/sl-KFkzI8aM/w-d-xo.html 4.ci cd process for nodejs th-cam.com/video/76HEP2XB6to/w-d-xo.html please let us know in case if you need any order or separate videos list which you are looking for
Nice one just stumbled on ur channel and its exactly what have been looking for , you just safe a life, man Thanks
hope this is working end to end , if not pls let me know if you face any issues will try to fix it or re-upload with proper steps again
Thank you for detailed explanation , I have followed same steps my project tasks its working , very good support from you , thank you for connecting and fixing the issue
You are welcome
Great video
Great presentation!
NIce one! Can you make another example deployment using ansible to deploy more than 1 srver on AWS, and Kubernetes as the Orchestration to make 2 replicas with Jenkins and Github as the source.
Sure will keep in todo list and do . pls send an email to cloudtechmasters@gmail.com with detailed explanation of what you need
Instead dockerhub,could u cover this again with AWS ecr pls.
Please watch my docker playlist for ecr
th-cam.com/video/lh_16tQaf8M/w-d-xo.html
Nice video...
Nice , i liked it.. please share mail id
Thanks
Thanks for video.. It's well explained.
I have one doubt on application deployment as you mentioned using maven we build the springboot application rite.. When we use maven to build we need pom. Xml file as well rite...
Could you please explain this why pom.xml not used in thjs case..?
I'm new to this jenkins so please help
Thanks in advance
A Project Object Model or POM is an XML file that contains information about the project and configuration details used by Maven to build the project. It contains default values for most projects.
nginx is just for web serving, reverse proxying, caching, load balancing, media streaming
Spring Boot is an open source Java-based framework used to create a micro Service.
any idea how to make the external LB persistent or get the IP instead of LB ?
Hi use spec:
type: NodePort
in your service yaml file.
apiVersion: v1
kind: Service
metadata:
name: my-service
spec:
type: NodePort
selector:
app: nginx
ports:
# By default and for convenience, the `targetPort` is set to the same value as the `port` field.
- port: 80
targetPort: 80
# Optional field
# By default and for convenience, the Kubernetes control plane will allocate a port from a range (default: 30000-32767)
nodePort: 30007
kubernetes.io/docs/concepts/services-networking/service/
Please let me know where we start divide parts
I didnt understand clearly what you mean by divide parts ,Please let me know what exactly you are looking for
Thankyou for such a great explanation. I need some advise in my architecture. Can you please provide me your contact.
Pls join whatsup group chat.whatsapp.com/BODcLqIEGdh2GN4vHl4GKg
I want learning please suggest first video, second video,third video it means part-1, part -2 continuing part let me know
1.know the installation first
th-cam.com/video/5UOnyWyxuR4/w-d-xo.html
2. creating eks cluster
th-cam.com/video/X2ljiOx6BMQ/w-d-xo.html
3. ci/cd pipeline for java
th-cam.com/video/sl-KFkzI8aM/w-d-xo.html
4.ci cd process for nodejs
th-cam.com/video/76HEP2XB6to/w-d-xo.html
please let us know in case if you need any order or separate videos list which you are looking for
Nice video. How to integrate terraform with Jenkins?