#automation
Read more stories on Hashnode
Articles with this tag
If we want to do configure management through automation then there are two ways either the Non-intelligent way or the Imperative way which is using...
Maven is the build tool for the language called java. Let say Developer write a code in language called java. The code contains various functions and...
Anything about jenkins exist in /var/lib/jenkins and download the code in workspace (path is /var/lib/jenkins/workspace ) Jenkins is the one who...
Provisioner: --> provisioner K8s.io/minikube-hostpathmeans the persistent volume created by the storage class is actually taking space from the...
After your labsetup check the minikube status system where the kubernetes server run is also known control plane. This setup i have early done in my...
Ansible tool can be used either manually ( adhoc command) or automatically ( playbook) let say we want to configure http server either you do...