#devops
Read more stories on Hashnode
Articles with this tag
The Chef server works as a mediator between the workstation and node, there is a need to interconnect for both the workstation and node should be in...
In chef, attributes are key-value pairs that represents specific details about a node. Attributes are used by Chef Infra Client to understand: The...
First of all create one Linux machine in AWS. Connect to Linux EC2 Instance through Putty. Download the Private key of the instance using...
Chef is a configuration management technology used to automate the infrastructure provisioning. It is developed on the basis of Ruby DSL language. It...
Kubernetes follows the client-server architecture where we have the master installed on one machine and the node on separate Linux machines. It...
What is Docker? Docker is an open-source platform based on Linux containers for developing, shipping, and running applications inside containers....