Top 50 Kubernetes interview questions and answers

1) What is Kubernetes? Kubernetes is a container management system developed in the Google platform. The purpose of Kubernetes is to manage a containerized application in various types of physical,…

Read more »

How to Generate new SSH key and and set-up in GitHub Id

In this tutorial I’m going to describe about  how to set SSH key in your GitHub Id. Follow some easy steps I sure these steps will 100% helpful for you….

Read more »

Login to linux ansible remote server enabled with LDAP using SSH?

Here is the scnario which we tried last week with Pranav Goel in order to login the Ansible remote server which is enlabe with LDAP and become a su to…

Read more »

How To scp, ssh and rsync without prompting for password using OpenSSH

Verify that local-host and remote-host is running openSSH ssh -V OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006 Lets say you want to copy between two hosts host_src and host_dest. host_src is…

Read more »

What is SSH(Secure Shell)

SSH Secure Shell provides users with a secure, encrypted mechanism to log into systems and transfer files; it can be viewed as a secure replacement for FTP. Developed by SSH Communications…

Read more »
bash-or-ssh-into-a-running-container

How to get bash or ssh into a running container in background mode?

How to get bash or ssh into a running container in background mode? Step 1: First of all, try to find your active container by running # docker ps or…

Read more »
ssh-with-cvs

How to configure and use SSH authentication system server CVS

How to configure and use SSH authentication system server CVS cvs (Concurrent Version System) is a very popular version control tool. Although its function as Perforce, Subversion and other powerful,…

Read more »