Vergy good explanation, i appriciate you effort , thanks :)
@afroman12422 жыл бұрын
Minor nit pick, Terraform isn't written in YAML, it's written Hashicorp Language (HCL)
@DevOpsJourney2 жыл бұрын
True! Thanks
@goikk69044 ай бұрын
Great vid!
@Sureshdkannan14 ай бұрын
Do we have self healing option in case a particular pull has crashed the EKS containers or node?
@DevOpsJourney4 ай бұрын
@@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.
@abdulshaikh68072 жыл бұрын
Where to start to learn devops learning path
@DevOpsJourney2 жыл бұрын
Hey there. Have you checked out the roadmap? Good to start with Linux/docker/GitHub/Jenkins kzbin.info/www/bejne/eoepdIp8rJdmopY
@victornoagbodji2 жыл бұрын
The point made about security for the push vs pull model does not make sense. A firewall will be needed in both cases, regardless.
@DevOpsJourney2 жыл бұрын
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.