I created a second branch and made some changes to it. after that merge that changes to master branch. To validate the same I use the git diff command. After pushing that code to the remote server changes...
I deployed service on a kubernetes cluster but is not accessible on the browser [apcode language="bash"] [[email protected] vin]# kubectl get svc svc1 NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE svc1 NodePort...
I executed docker run command and the container runs successfully and I am able to access the web page. After I restart the instance, the web page is no longer accessible. I executed the below docker run...
I need to install chromedriver and chrome browser in my centos. I want to execute a selenium test on the chrome browser in headless mode. I don’t have GUI as I have done the setup on the cloud.