How to Install or Setup Elasticsearch, Filebeat, Logstash, and Kibana (ELK Stack) in Kubernetes Cluster Add Comment Edit Installation Clone the repository git clone https://github.com/shawon100/elasticsearch-logstash-kibana-kubernetes Then add the... Read More
How to Setup Grafana and Prometheus monitoring tool in Kubernetes Add Comment Edit 1. At first clone this repo: https://github.com/shawon100/kubernetes-grafana-prometheus git clone https://github.com/shawon100/kubernetes... Read More
Simple Example of Java program about Lock Contention and Solution to Fix Add Comment Edit Lock Contention Program class Table { void printTable(int n) { for (int i=0; i<10; i++) { Syst... Read More
How to Install and Use K8sGPT tool to analyze Kubernetes POD and Service Error 1 Comment Edit K8sGPT is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english. It has SRE experience codified ... Read More
Build a Code Converter Application using OpenAI GPT-3 API 1 Comment Edit Step 1: Set up your development environment Before we begin, make sure that you have Python 3 and Flask installed on your system. You can ... Read More
Turing AWS DevOps Interview Question & Answer 1 Comment Edit 1. In Dynamodb you are doing 12 eventually consistent reads per second and each read time has a size of 8 KB. How many RCU do you read? A... Read More
BMW DevOps Interview Question Add Comment Edit Phone Interview: Asked about kubernetes statefullset and stateless, difference between list and tuple, single sign on service, negative i... Read More
SwissCom and Delivery Hero DevOps Interview Question 2 Comments Edit Swisscom DevOps Interview Task and Solution: Task 1: https://github.com/shawon100/swisscom-cicd-challenge-solution Task 2: https://github... Read More
How to Setup Kubernetes Dashboard with Nginx Ingress 2022 1 Comment Edit At first create a dashboard.yml file and paste this yml. Then edit the yml by changing your dashboard url in the ingress part. Yml Link ht... Read More
[Skype Bot] Automate and Schedule Your Everyday Skype Group Message using Python Add Comment Edit At first install skpy pip install SkPy Then find out the group id of Your Skype from skpy import Skype sk = Skype( "email" , &... Read More
Ansible File Module Kodekloud Add Comment Edit Question: The Nautilus DevOps team is working to test several Ansible modules on servers in Stratos DC. Recently they wanted to test the ... Read More
Using Ansible Conditionals Kodekloud Add Comment Edit Question: The Nautilus DevOps team had a discussion about, how they can train different team members to use Ansible for different automa... Read More
Deploy Laravel PHP Application to Local Kubernetes Using Jenkins CI/CD Add Comment Edit Deploy Laravel PHP Application to Local Kubernetes Using Jenkins CI/CD Source Code With CI/CD and Infra Setup: https://github.com/shawon10... Read More
Deploy a Sample Live Angular frontend microservice on Cloud Kubernetes Cluster 2022 Add Comment Edit At first setup nginx ingress on your managed cloud kubernetes cluster create a helm-install.sh and replace the your-cluster-name here with... Read More