Vergy good explanation, i appriciate you effort , thanks :)
@afroman1242 Жыл бұрын
Minor nit pick, Terraform isn't written in YAML, it's written Hashicorp Language (HCL)
@DevOpsJourney Жыл бұрын
True! Thanks
@goikk690423 күн бұрын
Great vid!
@Sureshdkannan1Ай бұрын
Do we have self healing option in case a particular pull has crashed the EKS containers or node?
@DevOpsJourneyАй бұрын
@@Sureshdkannan1 deployments will test new images by only rolling out a percentage of the pods. If the new one doesn't come online it won't restart the others. You can also do auto rollbacks on canary deploys using something like ArgoROLLOUTS. I have a video on that of you are interested.
@some-people-sayАй бұрын
Concourse had been doing that for ten years
@DevOpsJourneyАй бұрын
Nice!
@abdulshaikh6807 Жыл бұрын
Where to start to learn devops learning path
@DevOpsJourney Жыл бұрын
Hey there. Have you checked out the roadmap? Good to start with Linux/docker/GitHub/Jenkins kzbin.info/www/bejne/eoepdIp8rJdmopY
@victornoagbodji Жыл бұрын
The point made about security for the push vs pull model does not make sense. A firewall will be needed in both cases, regardless.
@DevOpsJourney Жыл бұрын
Hi there! Allowing traffic out is always easier than allowing traffic in. External CI/CD servers trying to push to a Kubernetes cluster will have a lot more security hoops to jump through then getting something like ArgoCD going. Hope this makes sense, and you're right I probably could of done a better job explaining the nuances of this in the video.