Jul 24, 2021Helm Chart for Prometheus and Grafana on KubernetesHello everyone, As we know, monitoring is the major demand with each and every setup. Either in terms of server setup or setting up a cloud environment. So, in this article we are going to create a Helm Chart to create the Setup of Prometheus and Grafana. But first we…Helm Chart4 min read
Jun 22, 2021The guide to my data: InodeDo you know where the data is stored and how does is arranged in order to have easy and fast storing and retrieval.🤔 So lets have a scenario, to arrange some student’s sitting arrangement we use some strategy like rows and columns, then we follow the pattern of their enrollment…Inode5 min read
May 30, 2021SELinux as the Locker for our LinuxYou guys may be confused….😕 What kind of security I am talking about? So lets finish this confusion😉 Its about the Access control for files, processes, ports etc. 💡 Earlier , for this type of security, we work on the concept of Discretionary access control. …Selinux6 min read
May 28, 2021Terraform as an Infra-Magic ToolYou guys may be thinking like what’s this Infra-Magic…🤔 Don’t worry, its simply an open-source infrastructure as code software tool…means we can setup the required infrastructure simply with a code, even without going to that ? Now question is 🤔 where to setup the infrastructure …. ? Mostly people use…Terraform3 min read
Mar 24, 2021RedHat OpenShift Industry Use CaseOpenShift is a family of containerization software products developed by RedHat. Its flagship product is the OpenShift Container Platform — an on-premises as a services built around Docker Container orchestrated and managed by Kubernetes on a foundation of Red Hat Enterprise Linux. …Openshift5 min read
Mar 22, 2021Jenkins working and using by companiesWhat is Jenkins? Jenkins — an open source automation server which enables developers around the world to reliably build, test, and deploy their software. It is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to…Jenkins4 min read
Mar 22, 2021SQS as the Demanding Service in MarketSQS stands for Simple Queue Service. It is the Managed Message Queue service provided by AWS cloud. What is Message Queue? It is the program that can manage the Information/data/message in a queu. Also it has the capability to store this queue information until the destination program is up(In case if it is down). What’s the need of this Message Queue? …Aws Sqs4 min read
Mar 19, 2021HCL Framework using Azure Kubernetes ServicesKubernetes is a modern development approach that is rapidly becoming the standardized methodology for the management of cloud-native applications in a production environment. What is AKS? Azure Kubernetes Service (AKS) offers serverless Kubernetes, an integrated continuous integration and continuous delivery (CI/CD) experience and enterprise-grade security and governance. …Azure4 min read
Mar 14, 2021Neural Networks implementations in MarketNeural networks are a set of algorithms, they are designed to mimic the human brain, that is designed to recognize patterns. They interpret data through a form of machine perception by labeling or clustering raw input data. It’s capable of quickly assessing and understanding the context of numerous different situations…Neural Networks5 min read
Jan 11, 2021WordPress App backed with the power of RDS to provide high availability MySQL databaseIn this article, we are going to create a great setup over AWS cloud and with its amazing services. Our Plan 🔅 Create an AWS EC2 instance 🔅 Configure the instance with Apache Webserver. 🔅 Download php application name “WordPress”. 🔅 As wordpress stores data at the backend in MySQL Database server…Word Press5 min read