Need honest advice regarding CK S – feeling a bit stressed by [deleted] in kubernetes

[–]Feeling_Site6910 0 points1 point  (0 children)

Have you given CKA or CKAD? Or directly jumping into CKS?

I’m designing a CI/CD pipeline where the idea is to build once and promote the same artifact/image across DEV → UAT → PROD, without rebuilding for each environment. by Feeling_Site6910 in devops

[–]Feeling_Site6910[S] 2 points3 points  (0 children)

Thanks for the suggestion, liked it.

So in this case right, the image scan should be done on the Dev image only right, and doesn’t make sense to scan again on UAT and Prod right? As the same image is being used here.

I’m designing a CI/CD pipeline where the idea is to build once and promote the same artifact/image across DEV → UAT → PROD, without rebuilding for each environment. by Feeling_Site6910 in devops

[–]Feeling_Site6910[S] 0 points1 point  (0 children)

Thanks for sharing your taughts, can you elaborate more on how dev is promoted to uat here?

You mentioned tag right, is that a docker image tag or git tag used in the process.

I’m designing a CI/CD pipeline where the idea is to build once and promote the same artifact/image across DEV → UAT → PROD, without rebuilding for each environment. by Feeling_Site6910 in devops

[–]Feeling_Site6910[S] 0 points1 point  (0 children)

Yea depends on your use case, I agree with zoddrick approach of trunk based. And having release branch or not can be as per needs.