2 votes

What programming/technical projects have you been working on?

This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

1 comment

  1. mobusta
    Link
    Currently phasing out our docker swarm cluster for kubernetes. Right now we're moving our development deployments to kubernetes to test things out for now. So far, the changes are holding. Code...

    Currently phasing out our docker swarm cluster for kubernetes. Right now we're moving our development deployments to kubernetes to test things out for now.

    So far, the changes are holding. Code commits spool up drone, a secondary pipeline stage kicks off to update the manifest with the updated image tag thanks to kustomize, argocd picks up the change and a new replicaset gets created.

    I will need to look into a way to template our manifests so I can more easily generate them for our deployments because copy/pasting and making slight adjustments to a dozen or so files is error prone.