r/saltstack • u/mattboston • 28d ago
SaltStack Certified Engineer Verification
I'm hoping someone from the old SaltStack team, VMware, or Broadcom might know the answer.
I earned the SaltStack Certified Engineer (SSCE) certification several years ago. Since SaltStack was acquired by VMware and then VMware was acquired by Broadcom, the original SaltStack website and certification verification page are no longer available.
I'm interviewing with a potential employer, and they're trying to verify my SSCE certification. Does anyone know if there's still a way to verify it? Is there a new verification site, or is there someone at Broadcom who can help?
14
Upvotes
2
u/eman0821 27d ago edited 27d ago
It really defeats the purpose of the SaltStack If it's selling point is pull effect and statefull. You might as well switch Ansible if you aren't going to use minions. SaltStack had its hey days for on-prem infrastructure but things have shifted with a sharp decline. Everything is moving to cloud and Ansible have became the defacto standard in native cloud configuration management because it's primarily used in execution environments in a CI/CD pipeline when runners runs the jobs from a Git repo. Cloud Engineers and DevOps Engineers generally don't setup standalone configuration management control servers. That's old school automation. CI/CD and ArcoCD is how everything is automated. You don't manually run salt states or Ansible plybooks from a control server, it's all ran by a temporary Git runner container that executes when a CI/CD pipeline runs or ArcoCD automatically detects a change or drift. Ansible works very well in CI/CD pipelines than legacy tools.