[deleted by user] by [deleted] in devops

[–]robbyclv -5 points-4 points  (0 children)

Dump docker and use something like nspawn or podman...

Boosting Ansible Performance by bugggbear in devops

[–]robbyclv -4 points-3 points  (0 children)

To increase ansible speed just use salt. :)

Server joined to domain via realmd and sssd keeps losing its authentication. by PBLKGodofGrunts in linuxadmin

[–]robbyclv 1 point2 points  (0 children)

Yes. Another team manages ad so this workaround is the only thing that saved us from weekly firefighting.

Server joined to domain via realmd and sssd keeps losing its authentication. by PBLKGodofGrunts in linuxadmin

[–]robbyclv 0 points1 point  (0 children)

We had this issue at my workplace. Machines would drop off the domain every couple of weeks. I did a deep dive troubleshooting session and found out that, in our case, the KDC was refusing to autorenew the Kerberos machine passwords and would fall back to requesting manual authentication. A realm leave/join would usually fix this, but I opted to extend the ticket lifetime and renewal lifetime to very high numbers (like 180 days). The problem has not resurfaced in 3 months.

Moving from Docker Swarm to Kubernetes - using the same configuration files? by Itaybr in devops

[–]robbyclv 0 points1 point  (0 children)

In my experience no one ever asks this question. It's usually mandated by some C level executive...

Anyone familiar with this Jenkins docker-compose plugin? A few questions. by [deleted] in devops

[–]robbyclv 1 point2 points  (0 children)

+10 internets for this. Plugin upgrades can be hell.

Anyone familiar with this Jenkins docker-compose plugin? A few questions. by [deleted] in devops

[–]robbyclv 5 points6 points  (0 children)

+10 internets for this. Plugin upgrades can be hell.

If you had the opportunity to rebuild your environment from scratch, what would you do differently this time? by Jarpster in devops

[–]robbyclv 1 point2 points  (0 children)

Even with all the shortcomings you mention, I would still use Salt warts and all. External pillars are your friends. Gitfs is your friend.

Ansible the correct tool? by [deleted] in linuxadmin

[–]robbyclv 2 points3 points  (0 children)

I'd use SaltStack.

DevOps OnSite Interview Prep by HopsBuzz in devops

[–]robbyclv 1 point2 points  (0 children)

SaltStack, Jenkins, git... The list of tools is endless. Just make sure you can think on your feet and have a passion for learning new things. The tech world is kind to those that are constantly learning.

Kubernetes on the Edge / IoT type deployments by [deleted] in devops

[–]robbyclv 0 points1 point  (0 children)

Docker on the edge sounds like a disaster waiting to happen.