tech SSL Certificates using Google Managed Certificate on GKE Note: Managed certificates require clusters with masters running Kubernetes 1.12.6-gke.7 or higher.Photo: Dead Horse Point State ParkDead Horse Point State ParkIn goglides.com we started allowing users to
adventure How to Prepare for Annapurna Circuit Trekking So, you’ve decided to visit Nepal to enjoy breathtaking landscape, a diversity of breathtaking views, and dare to take on the Annapurna base or Annapurna Circuit trekking. But, you’re not sure
Shopping in Kathmandu: what to buy and where to shop in Kathmandu The pleasant experience of no travel destination is complete until you spend a while exploring the local streets to shop for things that are special about that place. The souvenirs you bring back
How to choose the right travel agency in Nepal? Nepal has forever been amongst the top travel destinations for adventure enthusiasts and true nature lovers the world over for experiencing their one-of-a-kind cultural exploration and adventurous trekking journey. And Nepal deserves the
nepal Nepal travel tips to visit the country safely The Himalayan Kingdom, Nepal, is a land of charismatic landscape and cultural diversity and attracts a large number of tourists from around the world, year after year. If you are planning your next
blog 5 things you should know before travelling to Nepal Sandwiched between India and China, the Himalayan Kingdom, i.e., Nepal is surely one of the most engrossing and deeply adventurous places to visit on the planet. However, before you gear up for
container Create kubernetes cluster in ubuntu 18.04 using kubeadm In this video I am creating one node Kubernetes cluster using kubeadm in Ubuntu 18.04 box. I also deployed Nginx server and exposed as NodePort.
container Stop using admin credentials in kubectl (RBAC) Role-Based Access Control (“RBAC”) is a mechanism for controlling access to the Kubernetes API, and since its beta in 1.6, many Kubernetes clusters and provisioning strategies have enabled it by default.
technology Defining Container in 3 minutes The container is a packaging system/software which contains all code and dependencies required to run an application.
blog 4 sensational things to do in Kathmandu, Nepal Kathmandu is not just Nepal’s capital; it’s the soul of this magnanimous nation of divine landscape and cultural heritage. Your browser does not support the audio element. A trip to Nepal
container Is it secure to deploy multiple application inside the Kubernetes cluster? By default in non RABC enabled kubernetes cluster, k8s assign default service account to all deployed application. It also supply admin credentials to pods. This means inside kubernetes cluster, pods can run simple curl command or kubectl (if present) command to talk with kubernetes api.
container Stop running an application inside a Docker container as the root user When you run as root, you can access a broader range of kernel services. For instance, you can: read/write/delete/modify system files, resources