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
How to Create a Private DNS Zone for a Domain in Azure 5 Comments Edit How to Create a Private DNS Zone for a Domain in Azure Read More
How to Get Free RDP VPS Without Credit Card from Google Cloud 2021 14 Comments Edit Docker Command: docker run -p 6080:80 dorowu/ubuntu-desktop-lxde-vnc Read More
Init Containers in Kubernetes Kodekloud Add Comment Edit Question: Solution: N.B: Configuration name can be different according to question In jump_host create a deployment.yaml file sudo vi dep... Read More
How to Get Free High Configured RDP, VPS Server, and Virtual Machine 2021 6 Comments Edit How to Get Free High Configured RDP, VPS SERVER, and Virtual Machine 2021 Setup Link: Google Colab Free RDP and VM Setup Read More
How to Add HSTS, XSS Protection, CSP, and Other Headers in Azure Appgateway V2 2 Comments Edit How to Add HSTS, XSS Protection, CSP, and Other Headers in Azure Appgateway V2 Read More
How to Setup Application Gateway Standard V2 in Microsoft Azure Add Comment Edit How to Setup Application Gateway Standard V2 in Microsoft Azure Read More
How to Create and SetUp Virtual Network and Subnet in Microsoft Azure Add Comment Edit How to Create and SetUp Virtual Network and Subnet in Microsoft Azure Read More
Exponential moving average in python 1 Comment Edit Write a program (you can use MATLAB or Octave or Python) that will smooth an array of data using an exponential moving average. For the ... Read More
Linux SSH Authentication Kodekloud Add Comment Edit Solution: At first generate the ssh key from jump host (thor) ssh-keygen Next, copy the key to all app servers app01, app02 and app03 ssh-... Read More
Linux Firewalld Setup Kodekloud Add Comment Edit Question: Solution: You need to do the task in all app servers. At first start from stapp01 server ssh tony@stapp01 sudo su Then check apa... Read More