EC2 – EBS Volume Demo:
In this tutorial we are going to Explore and setup extra volume to EC2 instance Step 1 – Login to AWS console, launch EC2 launch wizard page….
Terraform Output Variable Tutorials with Example
Terraform will store hundreds or even thousands of attribute values for all the defined resources in our infrastructure in state file. An outputed attributes can not only…
Terraform Tutorials: Variables – Data Type – Boolean
The last of the available variable types is boolean. They give the option to employ simple true or false values. For example, you might wish to have…
Terraform Tutorials: Variables – Data Type – Map
In this example, the instance_tags variable is defined with a type of map(string), and it is given a default value of { Name = “my-instance” }. The…
Terraform variable using TF_VAR environment variables example
How to set Terraform Variables in Windows? Terraform will read environment variables in the form of TF_VAR_name to find the value for a variable. For example, the…
Terraform Tutorials: Variables – Data Type – String
In this example, the instance_name variable is defined with a type of string, and it is given a default value of “my-instance”. The AWS provider is then…
Example Terraform Code for AWS provider, resources aws_key_pair
This command would generate a public and private key $ ssh-keygen -f terraform_ec2_key This resources would import aws key pair
Terraform state explained!!!
By – christophchamp Terraform keeps the remote state of the infrastructure It stores it in a file called terraform.tfstate There is also a backup of the previous state in terraform.tfstate.backup When you execute terraform…
How To Create a PDF using PHP
Step 1. Create a file index.php file. Copy this code. then, create a makepdf.php file. Step 2. Go to this link: https://github.com/mpdf/mpdf. Which includes mPDF is a…
What is SEO?
SEO means (search engine optimization) is a process whereby we optimize our page and our website at the top of Google page. Google is the most popular…
Introduction to PHP Data Object PDO in PHP
There are three main API options when considering connecting to a MySQL database server. PHP’s MySQL Extension. PHP’s mysqli Extension. PHP Data Object (PDO). PHP Data Object…
Update the taints on one or more nodes in Kubernetes
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: Follwing are…
How to create an XML sitemap in website
Now that if you’ve got your Google Webmaster set up now going to create a sitemap right away. The easiest way to do that is to Search…
Google Terminology in SEO
Now let’s go for Google terminology. So there is such a thing that’s: Googlebot: Software crawling the web: It’s not a bot it’s basically just software and…
What is Google Analytics and why is it important for SEO
Google Analytics is a free web analytics tool offered by Google to help you analyze your website traffic. It is particularly helpful to optimize your marketplace. During…
7 SEO Tips to Increase your Website Ranking
Here are some SEO tips to boost your organic search ranking: SEO friendly website: Design your site according to the search engine guidelines. The site should be…
Reveal.js Markdown Cheatsheet Complete guide
First, you can go to this link: https://github.com/hakimel/reveal.js/ Markdown: It is possible to write your slides using Markdown. To enable Markdown, add the data-markdown attribute to your…
Complete Reveal JS Reference & Cheatsheet
Here are the Complete Reference & Cheatsheet. The basic setup is for authoring presentations only. The full setup gives you access to all reveal.js features and plugins…
Setup NFS server and use inside a Kubernetes pods in RHEL/CENTOS7
Setup a NFS server in one of the node of Kubernetes Cluster using rhel 7.X Validate NFS server is working Manually Using NFS server in Kubernetes Pods
Detailed explaination of joining Kubernetes Nodes aka workers in Kubernetes master?
Step 1 – Install Docker https://www.devopsschool.com/tutorial/docker/install-config/ https://www.devopsschool.com/tutorial/docker/install-config/docker-install-commuityedition-centos-rhel.html Step 2 – How to find discovery-token-ca-cert-has in kubernetes master node? Mehtod 1 – Using openssl Method 2 – Using…
