Tag - testing

KIND testing Kubernetes deployments

Testing Kubernetes deployments with KIND

You might be developing Helm charts for deploying your production application on your multi-cluster environment, or you are just starting with Kubernetes. Chances are, you will want to test your deployments or skills somewhere. If you are lucky, you might already have testing and staging environments set up for you...

Read more...
ansible molecule

Testing Ansible playbooks with Molecule

You wrote your playbook, congratulations. Unless you're a brave hero that will check if the playbook works correctly in production you figure out it might be wise to check it in a testing environment first. You spin up a VM on your computer or somewhere in the cloud, run your tests,...

Read more...