Docker EXEC Operations Kodekloud 1 Comment Edit Question: Solution: Log in to mentioned app server in the question ssh banner@stapp03 Find the docker container sudo docker ps Enter ins... Read More
Create and Manage Resources Google Cloud Final Lab Solution Add Comment Edit Task 1: Create an Instance Go to Compute Engine > VM Instance> Create an instance according to question. (See details in upper v... Read More
Deploy Iron Gallery App on Kubernetes Kodekloud Add Comment Edit Solution: In the Jump Host Create a namespace mentioned in the question kubectl create ns iron-namespace-datacenter Create the following dep... Read More
How to Setup HTTP Load balancer in Google Cloud (GCP) Add Comment Edit HTTP Load Balancer Create an HTTP load balancer To set up a load balancer with a Compute E... Read More
How to Setup Network Load balancer in Google Cloud Add Comment Edit Network Load Balancer Set the default region and zone for all resources gcloud config set compute/zo... Read More
How to Setup Kubernetes Cluster in Google Cloud Using Cloudshell Add Comment Edit Setup Commands gcloud auth list gcloud config set compute/zone us-central1-a gcloud container clusters create devcluster gcloud containe... Read More
Install Docker Package Kodekloud Add Comment Edit Last week the Nautilus DevOps team met with the application development team and decided to containerize several of their applications. ... Read More
Ansible Config File Update Kodekloud Add Comment Edit Question: To manage all servers within the stack using Ansible, the Nautilus DevOps team is planning to use a common sudo user among al... Read More
Ansible Setup Httpd and PHP Kodekloud Add Comment Edit Question: Nautilus Application development team wants to test the Apache and PHP setup on one of the app servers in Stratos Datacenter. T... Read More