How to Setup Kubernetes Dashboard with Nginx Ingress 2022 Add 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. # Copyright... 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
Setup Puppet Certs Autosign Kodekloud Add Comment Edit Question: The Puppet server package is already installed on puppet master i.e jump server and the Puppet agent package is already installed... Read More
Kubernetes Vertical Pod Autoscaler (VPA): Vertically Autoscale Your Application Workloads using Kubernetes Add Comment Edit Kubernetes Vertical Pod Autoscaler (VPA) Setup 1. At first install the kubernetes vertical pod autoscaler on kubernetes git clone https:/... Read More