ACAnkush Chavaninankushchavan.hashnode.dev·Mar 2, 2021 · 3 min readIndustry use cases of Kubernetes/OpenShiftRecently, I had attended an expert session by professionals from RedHat, Inc. Mr. Amel Mathai, Mr. Daleep Singh Bais, and Mr. Abid Matoo. I will be sharing some of my learnings from this session. Why Podman over Docker? From the launch of Docker, w...00
ACAnkush Chavaninankushchavan.hashnode.dev·Dec 25, 2020 · 4 min readHow 99.co enhanced it's property search experience using Kubernetes(GKE)In this case study, we will be looking at how 99.co had enhanced their property search experience using Kubernetes. But before that let's understand what is Kubernetes? Kubernetes is a container-orchestration system for automating computer applicatio...00
ACAnkush Chavaninankushchavan.hashnode.dev·Nov 30, 2020 · 4 min readHow Microsoft uses Ansible AutomationThis is a case study on how Microsoft solves their use cases using Ansible Automation. What is Ansible? Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. It run...00
ACAnkush Chavaninankushchavan.hashnode.dev·Nov 28, 2020 · 3 min readInstall Python on Docker ContainersIn this blog, I will show you how to install the Python interpreter on Docker container and start coding in it. Python is an interpreted, high-level, and general-purpose programming language. Python's design philosophy emphasizes code readability wit...01M
ACAnkush Chavaninankushchavan.hashnode.dev·Nov 28, 2020 · 3 min readConfigure HTTPD on Docker ContainersIn this blog, we will see how to configure an HTTPD web server on the docker containers. HTTPD is the Apache HyperText Transfer Protocol (HTTP) server program. It is designed to be run as a standalone daemon process. Pre-requisites: Docker should be ...00