Deploy Apache Web Server on Kubernetes Cluster Kodekloud Add Comment Edit Solution: 1. Create the namespace mentioned in the question kubectl create ns httpd-namespace-xfusion 2. Create the deployment.yaml accor... Read More
How to Setup Prometheus and Grafana (Kubernetes Data) in Kubernetes 2021 Add Comment Edit At first create namespace, add helm repo and then insatll kubectl create ns prometheus helm repo add prometheus-community https://prometheus... Read More
Kubernetes Sidecar Containers Kodekloud Add Comment Edit Question : We have a web server container running the nginx image. The access and error logs produced by the web server are not critical... Read More
How to Setup Metal LB for Nginx Ingress Loadbalancer IP in Kubernetes 2 Comments Edit At first create namespace kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.10.2/manifests/namespace.yaml Then install... Read More
How to Send Kubernetes Events to a Custom Endpoint or WebHook Using Kubernetes Event Exporter Add Comment Edit At first add the helm repo helm repo add bitnami https://charts.bitnami.com/bitnami Then install kubernetes event exporter (default namesp... Read More
How to Setup Nginx Ingress and Monitor Ingress Metrics with Prometheus & Grafana Add Comment Edit To monitor Nginx Ingress metrics with prometheus and grafana, you need to install customize prometheus and grafana At first setup nginx... Read More
How To Setup Kubernetes Cluster (Master, Worker) Step By Step in Ubuntu 2021 Add Comment Edit At first, need to ready two virtual machine. One is for master (Minimum 2 cpus, 2GB Ram) and another one is for worker. Do same things in bo... Read More
How to Develop a Quick Graphical Interface for Machine Learning Models Add Comment Edit Code Link: https://colab.research.google.com/drive/1bP1cmwG8NNtqi482ZOVR4baRJKggg6bQ?hl=en#scrollTo=LJk9iwjaWjo5 Read More
Language Translation Using Machine Learning With 5 Lines of Python Code Add Comment Edit Code Link: https://colab.research.google.com/drive/1DE6rpp3uUoNugsEGrpy0wUeMtMrcoLwZ?usp=sharing Code With Gradio Graphical Interface : http... Read More
OpenAI Codex Source Code Generation from English Language Add Comment Edit OpenAI Codex Source Code Generation from English Language Credits: https://openai.com/research/ Research paper: https://arxiv.org/abs/2107... Read More
Deploy Jenkins on Kubernetes Kodekloud Add Comment Edit Question: The Nautilus DevOps team is planning to set up a Jenkins CI server to create/manage some deployment pipelines for some of the p... Read More
Docker Copy Operations Kodekloud Add Comment Edit Question: The Nautilus DevOps team has some conditional data present on App Server 1 in Stratos Datacenter. There is a container ubuntu_l... Read More
Rolling Updates in Kubernetes Kodekloud Add Comment Edit Question: We have an application running on Kubernetes cluster using nginx web server. The Nautilus application development team has push... Read More
How to Set up Azure Ad self service password reset SSPR and Company Branding Add Comment Edit How to Set up Azure Ad self service password reset SSPR and Company Branding Read More
Create a Docker Network Kodekloud Add Comment Edit Question: The Nautilus DevOps team needs to set up several docker environments for different applications. One of the team members ... Read More
Ansible Inventory update Kodekloud Add Comment Edit Question: The Nautilus DevOps team has started testing their Ansible playbooks on different servers within the stack. They have placed s... Read More
How to Create Azure AD, Add, Delete & Assign Users to Groups, Applications Add Comment Edit How to Create Azure AD, Add, Delete & Assign Users to Groups, Applications Read More
Puppet Create Symlinks Kodekloud Add Comment Edit Question: There are directory structures in the Stratos Datacenter that need to be changed, including directories that need to be linke... Read More
Resolve Dockerfile Issues Kodekloud Add Comment Edit Question: The Nautilus DevOps team is working to create new images per requirements shared by the development team. One of the team membe... Read More
Ansible Replace Module Kodekloud Add Comment Edit Question: Solution In jump_host go to ansible folder and create a playbook.yml cd ~/ansible/ vi playbook.yml Change path and replace ... Read More