ARApurva Rajmaneinappu26.hashnode.dev·Jun 17, 2024 · 4 min readChef Node BootstrapThe 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 the same AZ. Two actions will be done while bootstrapping, Adding a node to the chef server Install...00
ARApurva Rajmaneinappu26.hashnode.dev·Jun 11, 2024 · 3 min readChef AttributesIn chef, attributes are key-value pairs that represents specific details about a node. Attributes are used by Chef Infra Client to understand: The Current state of the node. What the state should be the node was at the end of the previous Chef Infr...00
ARApurva Rajmaneinappu26.hashnode.dev·Jun 11, 2024 · 2 min readChef on Amazon LinuxFirst of all create one Linux machine in AWS. Connect to Linux EC2 Instance through Putty. Download the Private key of the instance using PuttyGen Get access to the terminal using the downloaded private key. Switch to the root user. sudo su ...00
ARApurva Rajmaneinappu26.hashnode.dev·Mar 29, 2024 · 7 min readDay 11: Kubernetes CommandsFor Cluster Management CommandDescription kubectl cluster-infokubectlGet cluster information. kubectl get nodesViews all the nodes present in the cluster. For Node Management CommandDescription kubectl get nodesList all nodes in t...00
ARApurva Rajmaneinappu26.hashnode.dev·Mar 26, 2024 · 4 min readDay:10 Kubernetes KubectlWhat is kubectl? Kubectl is command-line software that helps to run commands in the Kubernetes Cluster. It acts as a bridge between clients and the Kubernetes cluster providing communication through API requests using http or https protocols. It conv...00