Notifications
Clear all
RajeevRF
Admin
Joined: July 26, 2024 5:18 pm
Last seen: November 26, 2025 4:13 pm
Last seen: November 26, 2025 4:13 pm
Answer to: Devops 26-Sept-2024
Task completed. rajeev_task2.txt task_input.txt
1 year ago
Forum
Answer to: DevOps Training 25-Sept-2024
Updated the task. rajeev.txt
1 year ago
Forum
Answer to: How to view your statefile in terraform ?
terraform show <path to statefile>
1 year ago
Forum
Answer to: How to upload a new statefile in terraform?
Anyone got an answer?? still looking for the solution
1 year ago
Forum
Answer to: How to use SSH to connect to a remote server in Linux | ssh Command
First openssh client and server sudo yum install openssh-clients openssh-server sudo systemctl start sshd ssh hgautha@10.143.90.2
1 year ago
Forum
Answer to: How to list all namespaces in a cluster?
$ kubectl get ns $ kubectl describe ns
1 year ago
Forum
Answer to: How to restart nodes using kubernetes?
First get the status of the nodes kubectl get nodes Then describe the nodes kubectl describe node <node ip> SSH into the node an...
1 year ago
Forum
Answer to: How to list all the stopped / failed containers?
You can filter on multiple statuses by passing multiple filters on the status: docker container ls -f 'status=exited' -f 'status=dead' -f 'status=cr...
1 year ago
Forum
Answer to: How to list all the stopped / failed containers?
This should seamlessly work docker container ls -f 'status=exited'
1 year ago
Forum