DevOps Trainer in Netherlands, Amsterdam
Getting highly skilled DevOps Trainer in this world is getting little hectic. Also if you are in Netherlands, Amsterdam and need highly skilled Trainers than this blog…
Prometheus server clustoring using Federation
With a Prometheus per datacenter, how do you perform global aggregations? Reliability is a key property of a good monitoring system, and a core value of Prometheus….
Kubernetes Assignment and Project
Submit Answer in the www.Debug.School and share a URL in your Whatsapp Group. Day#1 Day#2 Day#3 Day#4 Day#5
Minikube Tutorials: minikube tunnel explained
How to access applications running within minikube There are two major categories of services in Kubernetes: NodePort access with Minikube A NodePort service is the most basic…
Kubernetes Tutorials: List of Components of Kubernetes
Kubernetes Cluster A Kubernetes cluster consists of control plane, worker nodes, and pods. Control plane components are: Scheduler, ETCD, API server, and control manager. Node components are…
What is Minikube?
Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster containing only one node. Minikube is available for…
List of Tools to Setup Kubernetes Clustors
kind kind lets you run Kubernetes on your local computer. This tool requires that you have Docker installed and configured. kind is a tool for running local…
Install Knative with YAML using minikube
Prerequisite kn cli We need to install kn cli https://knative.dev/docs/client/install-kn/#install-the-knative-cli Knative Serving For prototyping purposes, Knative works on most local deployments of Kubernetes. For example, you can…
Minikube Tutorials: Minikube Basic Workflow
Step 1 – Start your cluster From a terminal with administrator access (but not logged in as root), run: $ minikube start –driver=virtualbox If minikube fails to…
Minikube Tutorials: Minikube installation in Windows
What you’ll need To install the latest minikube stable release on x86-64 Windows using .exe download: Step 1- Download and run the installer for the latest release. Or if using PowerShell, use this command: Step…
Chef Tutorials: Chef Infra Server & Chef Automate Backup and Restore
Chef Infra Server Backup and Restore Chef Automate Backup and Restore
Chef Tutorials: Load balancer for Chef Automate and Chef Infra
Reference Load Balancing Progress Chef Automate and Infra Server
How to check VT-X/AMD-v enabled or not in your Laptop?
Method 1 – Using task Manager If you have Windows 10 or Windows 8 operating system, the easiest way to check is by opening up Task Manager->Performance Tab….
List of Platform Ops tools
Platform ops is an approach to scaling DevOps that involves dedicating a team to the operation of a shared self-service platform. Technical professionals should use a product…
List of GitOps Tools
What is GitOps? GitOps uses Git repositories as a single source of truth to deliver infrastructure as code. Submitted code checks the CI process, while the CD…
What is Platform Ops?
What Is a Platform? A platform encompasses a span of technologies involving different engineering stakeholders, for example, voice analytics software that has a front-end dev team, as…
Chef Tutorials: Test Kitchen Workflow and Examples
kitchen.yml Used to configure virtual environments for Test Kitchen Gemfile Bundler uses this file to configure the gem repository and the list of gems to down‐load. Bundler…
How to Install Ruby on Linux
How to Install Ruby on CentOS 7 $ sudo yum install ruby$ ruby –version How to Install Ruby on Ubuntu $ sudo apt-get install ruby-full$ ruby –version…
Chef Tutorials: What is Test Kitchen?
Use Test Kitchen to automatically test cookbooks across any combination of platforms and test suites: Bento Bento is a Chef Software project that produces base testing VirtualBox,…
Chef Tutorials: Test Kitchen – Example of kitchen.yml using vagrant on ubuntu
Example of .kitchen.yml for driver_plugin vagrant with ubuntu for Chef Test Kitchen
Chef Tutorials: Test Kitchen – Example of kitchen.yml with VAGRANT and VirtualBox
How to test Chef recipes/cookbooks on your workstation with VAGRANT and VirtualBox using Test Kitchen Install Test Kitchen, VAGRANT and VirtualBox: Chef Test Kitchen: Test Kitchen is…
Integrating Blockchain and DevOps
Introduction The era of dynamic user-generated content employed extensively in e-commerce was ushered in by Web2. Web3, on the other hand, which is supported by blockchain technology,…
