May 14, 2022

Glimpse of Kubernetes (openshift) Model

  Kubernetes provides a way to orchestrate containers to provide a robust, cloud native environment. The architecture looks something like t...
May 13, 2022

Check listen ports on Linux

 DevOps troubleshoot useful commands : # how to check to LISTEN ports on a Linux machine sudo lsof -i -P -n | grep LISTEN
May 11, 2022

Nginx Reverse proxy and how its works

  In a single sentence reverse proxy acts a proxy instead of exposing the private IP & its port. Example : Original URL: https://10.1.12...
Powered by Blogger.