All Laravel Tutorials is in one place
Setting a Local Development Environment for Laravel on Windows | Install Laravel on Windowshttps://www.devopsschool.com/blog/setting-a-local-development-environment-for-laravel-on-windows-install-laravel-on-windows/ Introductionhttps://www.devopsschool.com/blog/how-to-install-and-create-a-project-in-laravel-for-windows-user/ How to pass data to views in Laravel.https://www.devopsschool.com/blog/how-to-pass-data-to-views-in-laravel/ Master/fixed layout in Laravel.https://www.devopsschool.com/blog/master-fixed-layout-in-laravel/…
How to Create Rest API with Laravel 5.5 Passport Authentication (Part 1)
Deepak KumarMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in advantage…
Fundamental of Digital Marketing?
Today’s world is a digital world. The world is changing at a very fast pace and there are so many favourable for businesses with a global population…
kubernetes ingress complete reference
Kubernetes basic ingress tutorials with examples and Lab using nodeport Kubernetes ingress tutorials with examples and Lab using NodePort Kubernetes ingress tutorials with examples and Lab using…
Kubernetes POD observability and Deep Dive
Understanding Node Selector and Node Affinity in Kubernetes Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech…
Kubernetes cluster backup and restore using “etcdctl” tool
What is etcd?etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being: Simple: well-defined, user-facing API…
Kubernetes Cluster Administration: Complete Reference
top: -Display Resource (CPU/Memory/Storage) usage What is metrics-server and How to Install metrics-server in kubernetes? taint: -Update the taints on one or more nodes Update the taints…
schedulable/unschedulable kubernetes node using kubectl cordon uncordon commands
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
What is metrics-server and How to Install metrics-server in kubernetes?
Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines. Metrics Server collects resource metrics from Kubelets and exposes them in…
Top 10 best browsers based password managers in 2020
Google Password Manager https://passwords.google.com/ Firefox Lockwise Firefox Lockwise is a password manager for the Firefox web browser, as well as the mobile operating systems iOS and Android….
Kubernetes Resource requests and limits of Pod and Container
CPU and memory are each a resource type. A resource type has a base unit. CPU represents compute processing and is specified in units of Kubernetes CPUs….
Sonarqube Errors and Database
Error 1 Solution 1 https://www.devopsschool.com/blog/elastic-search-error-max-virtual-memory-areas-vm-max_map_count-65530-is-too-low-increase-to-at-least-262144/ https://www.devopsschool.com/blog/elastic-search-error-max-file-descriptors-4096-for-elasticsearch-process-is-too-low-increase-to-at-least-65535/ Error 2 Solution 2: SonarQube Tutorial & OWASP SonarQube Tutorial Securing Code (SAST) Crash Course:- https://bit.ly/3x5ZOmA Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert…
How to search multiple words at a time in PHP with MySql Database
In this tutorial we are going to learn how can search multiple words from Mysql table in a single query in php. You have show any web…
How to do Auto Load and Refresh Div every Seconds with jQuery and Ajax with PHP Script.
In this tutorial we are going to learn how to do auto load and refresh div every second by using JQuery and Ajax method with PHP Script….
How to join two tables using left join in SQL.
Step:1 Step:2 Step:3 Step:4 Step:5 Syntax of left join in SQL SELECT column_name(like that CustomerName and OrderID these are column name step-4)FROM table1 (Cumstomers is table name)LEFT JOIN table2 (orders is…
How to exclude specific host from inventory from a playbook run in Ansible?
Suppose you want to exclude a troublesome host (bad_host) from a particular playbook run. Try using a negated ‘limit’ option: By using –limit argument with ansible-playbook command…
Top 30 Free grammar checker and spell checker tools in 2020
Check your English text for grammar, spelling, and punctuation errors with following free grammar and spell checker. I compiled a list of the best grammar checker and…
Certified Kubernetes Administrator CKA Exam – Dumps Part 2
Duration – 30 minsType – Quiz Multiple Questions and Answer Step 1 – Access https://www.devopsschool.com/lms/login/index.php Login Using “Google”. ie. – gmail email id and password Step 2…
Certified Kubernetes Administrator CKA Exam – Dumps Part 1
Note – “firstname” Means “Your first name” Duration – 1 HOUR Q1. Create one Namespace with your “firstname”. Q2. Create a POD in your namespace with Nginx…
7 Most Common Mistakes in Python Programming: Student Cheat Sheet
Mistakes are inevitable, and they help us become better and improve our skills. Whether you learn languages or programming, the rule is the same. However, we could…
Agile Certification Authorized by DevOpsCertification.Co
DevOpsCertification.Co is dedicated to advancing the human elements of Agile success. Our role-based approach to certification focuses on the most modern competencies and hireable skills required by…
What is MVC and Why use MVC?
Model View Controller (MVC) The MVC is an architecture pattern that separates an application into three main logical components Model, View, and Controller. Each of these components…
Master of DevOps Engineering Certification Authorized by DevOpsCertification.co
About Master of DevOps Engineering DevOpsCertification.co curriculum is based on IT industry research and the most up-to-date resources to enable a role-based development approach that focuses on…
How to add a column or columns to an existing table using migration in Laravel.
Deepak KumarMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in advantage…
DevSecOps Certification authorized by- DevOpsCertification.co
The DevOpsCertification.co Program offers you the ability to earn credentials to demonstrate your DevSecOps expertise. It is designed to validate your DevSecOps Certified Professional skills and capability…
Understanding Kubernetes’s Taints and Tolerations in easy way
What is meaning of taint?a trace of a bad or undesirable substance or quality. What is tainted?spoiled; damaged in quality, taste, or value. What is toleration?the practice…
Understanding Node Selector and Node Affinity in Kubernetes
The Kubernetes scheduler can be constrained to place a pod on particular nodes using few different options. In your POD specification, there are many ways in which…
Kubernetes basic ingress tutorials with examples and Lab using nodeport
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Kubernetes ingress tutorials with examples and Lab using Loadbalancer
In this demo, there are following ways to setup ingress as below; Single service Multiple services Services using a default backend Services using name based virtual hosts…
