Terraform provisioner with ansible :
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now
Read moreDevOps – DevSecOps – SRE – DataOps – AIOps
Lets Learn, Do it & Share! Thats a DevOps!!!
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now provider.tf file: Variable number: Variable string: Variable list: map file boolean file:
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now A comparison between Ansible Vs Docker Vs Terraform: Docker is platform as a service whereas terraform and ansible are infrastructure as a service Ansible is suitable for small, temporary, and fast deployments. Terraform is better when it comes to managing cloud services below the server. Terraform is an open source, IaC platform. Whereas, Ansible is an open source configuration management tool. Developers
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now open source automation server continuous integration (CI) tool it can automate all the process of design,development and testing phases of the project built in java environment and so it is platform independent powered by very strong community powered by plugins where it has 1800+ features latest version is jenkins 2.289.2 prerequsite for installing is
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Prometheus: Prometheus is an open-source systems monitoring and alerting toolkit. Time Series database: designed to store and retrieve data records that are part of a “time series,” Time series is a set of data points that are associated with timestamps which provide a critical context for each of the data points in how they are related to others. Prometheus is good
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Program 1 – Write a Ansible Adhoc Commands to create a group called “deploy“: ## $ ansible all -m ansible.builtin.user -a “name=deploy password=<crypted password here>” (or) ## $ ansible all -m ansible.builtin.user -a “name=deploy state=absent” How to verify?$ more /etc/ansible/group | grep deploy Program 2 – Write a Ansible Adhoc Commands to create a
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now what is service: *normally service is used to balance traffic among pods in a cluster .this can be done with the help of load balancer *enables network access from either within the cluster or between external processes and the service. TYPES OF SERVICE: ClusterIP :only accessible from within the cluster NodePort:expose via a port on
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Understanding languages known Compiled language: *translators that generate machine code from source code directly. example :c, Fortran ,COBOL Interpreted language: *It is one where the instructions are not directly executed by the target machine, but instead read and executed by some other program. example: Perl, Python and MATLAB. Declarative language: *High level language where
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now POD: *is the smallest building block. Within a cluster, a pod represents a process that’s running *A Pod is a group of one or more containers with shared storage and network resources *is in worker node there can be many pods and each pod has one or more containers *instantiated by kubelet *containers share same IP
Read moreLimited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now About kubernetes: #an open-source container orchestration platform # enables the operation of an elastic web server framework for cloud applications. Why Kubernetes: #It allows us to manage containers in an efficient way #easy container scaling across many servers in a cluster. Kubernetes Architecture: # offers a loosely coupled mechanism for service discovery across a
Read more