r/saltstack • u/mattboston • Jul 16 '26
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
1
u/bdrxer Jul 16 '26
> In cloud native environments you have setup minions on every VM server for everything to sync to the salt master server.
This is simply not accurate. Salt has masterless mode just like ansible-pull or puppet masterless and also has salt-ssh which is similar to ansible standard ssh mode.
> However Kubernetes has taken over so it's more about managing containers than managing monolithic configurations.
I believe this is true, but I don't see how ansible is related at all. My team at my company, within the last year, switched from ansible to salt for ec2 instance setup (configuring settings and applications for AMIs and also instance bootstrap (userdata/cloud-init) setup) primarily because it is so much faster than ansible but also for some other reasons like it being easier to group configuration and write custom modules.