Author : Aftab Ali

Installing elasticsearch on Ubuntu 22.04 LTS

Introduction Elasticsearch is a search enginer which is use in website to perform the search operation and use to build a search enginer, Elasticsearch is develop with lucence library. Prerequisites In this post, We will install elasticsearch on ubuntu 22.04 LTS. Step 1: Run System Update We need to update the ubuntu repository 1st by […]

Deploy Python application in Kubernetes Cluster

Introduction Python is a general-purpose, high-level programming language. With a lot of indentation, its design philosophy emphasizes code readability. Garbage collection and dynamic typing are features of Python. It works with structured, object-oriented, and functional programming paradigms, among others. Python 3 is the latest version of the Python programming language and it was released in […]

Deploy Golang application in Kubernetes

Introduction Go is a compiled, statically typed programming language developed at Google by Rob Pike, Ken Thompson, and Robert Griesemer. It has syntax in common with C, but features memory safety, garbage collection, structural typing, and concurrency in the CSP style. Kubernetes is a powerful Platform as a Service that enables you to manage a cluster […]

Deploy sample NodeJS application in Kubernetes

Introduction NodeJS is an open-source server environment, Node.js can be used on Windows, Linux, Unix, and macOS because it is cross-platform. A back-end JavaScript runtime environment is Node.js. Node.js executes JavaScript code outside of a web browser on the V8 JavaScript Engine. Kubernetes is a powerful Platform as a Service that enables you to manage a […]

Deploy sample Java application in Kubernetes

Introduction Apache tomcat also known as Tomcat, is an open-source web server and servlet container developed by the Apache Software Foundation. It is used to deploy and run Java-based web applications. Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle Corporation and provides a “pure Java” HTTP web server environment for […]

Installing LEMP Stack with MariaDB on Ubuntu 22.04 LTS

Introduction LEMP is the stack of Linux, Nginx, MariaDB and PHP, We can deploy PHP based project on LEMP server and also LEMP is so popular for WordPress CMS to build a website for their client, We can install LEMP server on AWS/ Azure/GCP and other cloud platform and scale also. Know about LEMP Stack Linux – Linux is a Unix-like operating system that uses a […]

Install Linux, Nginx, MySQL, PHP (LEMP) Stack on Ubuntu 22.04 LTS

Introduction LEMP is the stack of Linux, Nginx, MySQL and PHP, We can deploy PHP based project on LEMP server and also LEMP is so popular for WordPress CMS to build a website for their client, We can install LEMP server on AWS/ Azure/GCP and other cloud platform and scale also. Know about LEMP Stack Linux – Linux is a Unix-like operating system that uses a […]

Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 22.04 LTS

Introduction LAMP is the stack of Linux, Apache, MySQL and PHP, We can deploy PHP based project on LAMP server and also LAMP is so popular for WordPress CMS to build a website for their client, We can install LAMP server on AWS/ Azure/GCP and other cloud platform and scale also. Know about LAMP Stack Linux – Linux is a Unix-like operating system that uses […]

Installing Loki on Ubuntu 22.04 LTS

Introduction Grafana Loki is a logging platform developed by Grafana Labs. It is designed to be a highly scalable, multi-tenant log aggregation system that is easy to use and operate. It is built on top of the popular open-source log aggregation tool, Prometheus, and is compatible with its data model and query language. Prerequisites You […]

Deploy Nginx Web Server on Kubernetes Cluster

Introduction Kubernetes is a powerful Platform as a Service that enables you to manage a cluster of nodes that run the Linux operating system. Kubernetes can be used to manage a variety of applications, including web applications, database and more. Details about the Kubernetes components In this post, We will deploy the Nginx web server […]

Scroll to top