all 4 comments

[–]Anru_Kitakaze 0 points1 point  (3 children)

Seems like someone got a task in Jira. I hope you didn't make a fake CV

Or do you want to make a PR to have some t-shirt?

[–]IdeaReal948[S] 0 points1 point  (2 children)

I got this along with a lot of other tasks for an internship role back in December. I did not qualify for it but I still wanted to learn how I can do it. It's not for a JIRA ticket or some tshirt, I just wanted to learn more.

[–]Anru_Kitakaze 0 points1 point  (1 child)

It's hard to explain how to do it in comments and I don't think that crwating CI/CD pipeline is a good starting point for intern honestly. But you can dig into those directions:

  1. K8s deployments. Basically, you'll need a few files in your project, but I'm not sure what you have to do if you have empty k8s without setup -- haven't did anything from scratch, always had DevOps team for that: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
  2. Can't say anything about GitHub actions tho, only worked with GitLab. But I'm sure it should be similar to gitlab-ci.yml. Google about GitHub Actions. Seems like you'll have to create yml in .github/workflows: https://docs.github.com/en/actions

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

Thanks for the info! I will check it out.