Ansible Adhoc Commands Lab and Excercise – Part 1

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 Write a Ansible Adhoc Commands to create a group called “deploy Write a Ansible Adhoc Commands to create a user called “deploy-user” which is part of group called “deploy” and with /bin/bash shell.  Write a Ansible Adhoc commands install package named “httpd” in RHEL/centos. Write a Ansible Adhoc commands to start and enable the

Read more

What is Ansible and how it works?

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 What is ansible? Ansible is a server configuration management tool . Benefits of Ansible? Free and open source Easy to learn, deploy and debug. Platform independent. Ansible is Idempotent . Architecture of Ansible

Read more

What is Ansible and How it works? Explained with Images

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 What is Ansible? Ansible is a tool which manages configuration of servers. Management includes hardware and software management of server. Why Ansible? Easy to learn compare to java, python, ruby etc Its platform Independent Ansible has feature – IDEOMPOTENT Its open source tool Architecture of Ansible Ansible communicate with remote servers (ARS) through Ansible

Read more

What is devops and how it works

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 Ansible is a configuration management tool where the server(s) (hardware and software)configurations can be automated. It is owned by RedHat and is open source and is written in python. It is easy to use and can run on any machine (linux or windows) ad helps in managing server(s) configuration management Ansible architecture components: 1.User

Read more

What is Ansible and How it works?

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 What is Ansible? Ansible is a cross-platform Configuration Management Tool for Server(s), which is primarily written using python. Benefits of Ansible The benefits are as follows: It is easy to learn, understand and use which makes it the choice for server config management It is Idempotent, that is, there are no additional effect if

Read more

What is Ansible and How it works

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 what is ansible? It is a Tool which manage configuration of servers. Configuration of servers includes create/delete/modify file, install/uninstall packages, start/restart services etc.. Benefits of Ansible: Its free open source Tool Easy to learn and use platform independent It works for All OS .like windows, Linux Ansible modules are idempotent Architecture of Ansible: Human

Read more

Create a namespace with your name and assigne one dummy resourcesquota to it and deploy a app of mysql in your namespace.

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 Create a namespace with your name and assigne one dummy resourcesquota to it and deploy a app of mysql in your namespace. created the name spacekubectl create ns ajins created a ode in that name spacekubectl create deployment ajidep –image=mysql -n ajins applied the resourseskubectl apply -f rs.yaml –namespace=ajins kubectl get resourcequota mem-cpu-demo –namespace=ajinsNAME

Read more

Default kubernates service listing after the starting of kubernates cluster

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 Every Kubernetes cluster is provisioned with a special service that provides a way for internal applications to talk to the API server. by the command kubectl get svc, we can see that service listed with the name ‘kubernates‘

Read more

How can we become a Splunk Enterprise Certified Admin?

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 What is Splunk Enterprise admin? Welcome to the world of Splunk enterprise administration. Nowadays, every business and organization has become Splunk is data to everything. It will give you a pre-defined learning stack on the process of managing users and authentication. It possesses the ability to command over the Splunk user, Splunk search head

Read more

Kub-arch2

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 1057 kubectl get pod | grep manu1058 clear1059 ls1060 cp pod.yaml pod2.yaml1061 cp pod.yaml pod3.yaml1062 cp pod.yaml pod4.yaml1063 cp pod.yaml pod1.yaml1064 vi pod1.yaml1065 vi pod3.yaml1066 vi pod4.yaml1067 clear1068 kubectl apply -f pod1.yaml1069 kubectl apply -f pod2.yaml1070 vi pod2.yaml1071 kubectl apply -f pod2.yaml1072 vi pod2.yaml1073 kubectl apply -f pod2.yaml1074 vi pod3.yaml1075 kubectl apply -f pod3.yaml1076

Read more

Kubernetes Services, ClusterIP – NodePort – ALB architecture for exposing service

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 A kubernetes service is a group of pods running in a cluster. ClusterIP is a service which is accessible only within the Kubernetes cluster. Hence, it is the internal IP of the components inside a Kubernetes cluster. NodePort is an open port for every node in the cluster. This is accessible from outside the

Read more

Why ‘kubernetes’ service ?

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 Analysis: kubectl describe svc kubernetes ‘kubernetes’ is a clusterIP service. (ie can be accessed only inside the cluster.) It has no selector specified.( So no automatic LB.) But endpoints specified(maybe hardcoded) as 172.31.15.134:6443 ( that means all the requests to this service will be routed to 172.31.15.134:6443) Now you can see the its the

Read more

Complete guide of DevOps certification courses, tutorials & training

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 What is DevOps? DevOps is the combination of individuals, process and technology to provide value to customers continuously. DevOps enables formerly siloed roles—development, IT operations, quality engineering and security— to collaborate to provide better as well as more reliable products. By adopting a DevOps culture together with DevOps practices and tools, teams gain the

Read more

How to become a Scala Developer?

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 A Scala developer is an expert in the object-oriented and high-level programming language, Scala. They design, develop and test technical solutions and components for organizations and build enterprise applications on the cloud. What is Scala? Scala is a functional, object-oriented programming language characterized by a compact and concise programming style. Scala runs on the

Read more

What is Pod in kubernetes.

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 Pods are the atomic unit of kubernetes. Pod  is a group of one or more containers. Pods can only be instantiated not created. Pods can be created using yaml or json. Pod has multiple states. Running, Pending and succeeded/failed Each pod connects to common pod network Pods can only be instantiated not created Service serves

Read more
1 52 53 54 55 56 333