Welcome to our wiki containing containing insights and know-how on various topics. Insights are articles based on my personal experience. We intend to cover the whole range of articles on software development lifecycle & technology. Most of these insights are technical, thus providing a good understanding on trends and techniques. Please note that these articles are published on "as-is" basis. Please get in touch if you find any mistake or have opinions using the links below.
Guides are knowledge base articles on certain topics and technologies.
- Linux just like Windows, iOS, and Mac OS, Linux is an operating system. It is one of the most popular platforms on the planet, Android, is powered by the Linux operating system. An operating system is software that manages all of the hardware resources associated with your desktop or laptop. It manages the communication between your software and your hardware. The guides will help in running / managing and troubleshoot applications and services on your linux servers. Read more here...
- Docker is a set of platform as a service (PaaS) products that uses OS-level virtualisation to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. All containers are run by a single operating system kernel and therefore use fewer resources than virtual machines. The guides will help in build / run / manage and troubleshoot docker containers on your machine. Read more here...
- Kubernetes is an orchestration platform for your containerised applications. Most of the time it is docker containers. The guides will help run / manage the cluster and also how to deploy applications and services to the cluster. Read mode here...