DevOps Articles

Share via:

Please check below articles to get good knowledge on DevOps Technology.

SNO DESCRIPTION ARTICLE LINK
1 Introduction to DevOps https://www.ktexperts.com/brief-introduction-on-devops/
2 Introduction to Linux https://www.ktexperts.com/introduction-to-linux/
3 Basic Linux Commands for DevOps (PART-1) https://www.ktexperts.com/basic-linux-commands-for-devops-part-1/
4 Linux Basic Commands for DevOps (PART-2) https://www.ktexperts.com/linux-basic-commands-for-devops-part-2/
5 Introduction to Git https://www.ktexperts.com/introduction-to-git/
6 How to Create an Account on GitHub https://www.ktexperts.com/how-to-create-an-account-on-github/
7 Install and Configure git in two Linux EC2 Instances (2 Regions) https://www.ktexperts.com/install-and-configure-git-in-two-linux-ec2-instances-2-regions/
8 Git Workflow (Pushing and Pulling) (PART-1) https://www.ktexperts.com/git-workflow-pushing-and-pulling-part-1/
9 Git Workflow (Pushing and Pulling) (PART-2) https://www.ktexperts.com/git-workflow-pushing-and-pulling-part-2/
10 What is GItIgnore in Git? https://www.ktexperts.com/what-is-gitignore-in-git/
11 Branching and Merging in Git https://www.ktexperts.com/branching-and-merging-in-git/
12 How to Resolve Merge CONFLICT in Git https://www.ktexperts.com/resolve-merge-conflict-in-git/
13 How to stash uncommitted changes with Git Stash in Git https://www.ktexperts.com/how-to-stash-uncommitted-changes-with-git-stash-in-git/
14 Reset,Revert and Delete files in Local Repository https://www.ktexperts.com/resetrevert-and-delete-files-in-local-repository/
15 How to Clone Central Repository (GitHub) in Git https://www.ktexperts.com/how-to-clone-central-repository-github-in-git/
16 Most Useful GIT Commands https://www.ktexperts.com/most-useful-git-commands/
17 Introduction to Chef (Configuration Management Tool) https://www.ktexperts.com/introduction-to-chef-configuration-management-tool/
18 Download and Install Chef in Amazon EC2 Linux Instance https://www.ktexperts.com/how-to-download-and-install-chef-in-amazon-ec2-linux-instance/
19 How to Create Cookbook and Recipe in Chef. https://www.ktexperts.com/cookbook-and-recipe-in-chef/
20 Deploying an Apache Web Server in Chef. https://www.ktexperts.com/deploying-an-apache-web-server-in-chef/
21 Ohai,Linux Commands and Users and Groups in Chef https://www.ktexperts.com/ohailinux-commands-and-users-and-groups-in-chef/
22 Run List and include_recipe in Chef https://www.ktexperts.com/run-list-and-include_recipe-in-chef/
23 Create an Account in Chef Server and Attach Workstation to Chef Server. https://www.ktexperts.com/create-an-account-in-chef-server-and-attach-workstation-to-chef-server/
24 Bootstrap a Node 1 and Deploy Apache Web Server. https://www.ktexperts.com/bootstrap-a-node-1-and-deploy-apache-web-server/
25 Bootstrap a Node 2 and Deploy Apache Web Server. https://www.ktexperts.com/bootstrap-a-node-2-and-deploy-apache-web-server/
26 Bootstrap a Node 3 and Deploy Apache Web Server. https://www.ktexperts.com/bootstrap-a-node-3-and-deploy-apache-web-server/
27 Roles in Chef https://www.ktexperts.com/roles-in-chef/
28 Multiple Resources in Chef https://www.ktexperts.com/multiple-resources-in-chef/
29 Most Useful Chef Commands https://www.ktexperts.com/most-useful-chef-commands/
30 Introduction to Docker https://www.ktexperts.com/introduction-to-docker/
31 How to Install Docker in Amazon Linux Machine https://www.ktexperts.com/how-to-install-docker-in-amazon-linux-machine/
32 How to Create a Container From Docker Image (Method-1) https://www.ktexperts.com/how-to-create-a-container-from-docker-image-method-1/
33 How to Create a Container From Our Own Image (Method-2) https://www.ktexperts.com/how-to-create-a-container-from-our-own-image-method-2/
34 How to Create a Container From Dockerfile (Method-3) https://www.ktexperts.com/how-to-create-a-container-from-dockerfile-method-3/
35 Share the Volume In Between Docker Containers (Method-1) https://www.ktexperts.com/share-the-volume-in-between-docker-containers-method-1/
36 Share the Volume In Between Docker Containers (Method-2) https://www.ktexperts.com/share-the-volume-in-between-docker-containers-method-2/
37 Share Volume From Host to Container https://www.ktexperts.com/share-volume-from-host-to-container/
38 How to Create Web Server In Docker Container (Port Expose) https://www.ktexperts.com/how-to-create-web-server-in-docker-container-by-using-port-expose/
39 Create Jenkin Web Server with Jenkin Image in the Container (Port Expose) https://www.ktexperts.com/create-jenkin-web-server-with-jenkin-image-in-the-container-by-using-port-expose/
40 How to Create Docker Hub Account https://www.ktexperts.com/how-to-create-docker-hub-account/
41 How to Store Docker Image in Docker Hub https://www.ktexperts.com/how-to-store-docker-image-in-docker-hub/
42 How to Make Image to Private and Pull from Docker Hub https://www.ktexperts.com/how-to-make-image-to-private-and-pull-from-docker-hub/
43 Most Useful Docker Commands https://www.ktexperts.com/most-useful-docker-commands/
44 Introduction to Ansible (Configuration Management Tool) https://www.ktexperts.com/introduction-to-ansible-configuration-management-tool/
45 How to Install Ansible in Amazon Linux Machine https://www.ktexperts.com/how-to-install-ansible-in-amazon-linux-machine/
46 Launch 2 Hosts and Set-Up in Inventory File https://www.ktexperts.com/ansible-inventory/
47 How to Establish Passwordless SSH Connection Between Ansible Server and Hosts. https://www.ktexperts.com/how-to-establish-passwordless-ssh-connection-between-ansible-server-and-hosts/
48 Ways to Push Code From Ansible Server to Hosts. https://www.ktexperts.com/ways-to-push-code-from-ansible-server-to-hosts/
49 Push Code From Ansible Server to Hosts by using Ad-Hoc (Method-1). https://www.ktexperts.com/push-code-from-ansible-server-to-hosts-by-using-ad-hoc-method-1/
50 Push Code From Ansible Server to Hosts by using Single Module (Method-2). https://www.ktexperts.com/push-code-from-ansible-server-to-hosts-by-using-single-module-method-2/
51 Push Code From Ansible Server to Hosts by using Modules (Method-3). https://www.ktexperts.com/push-code-from-ansible-server-to-hosts-by-using-modules-method-3/
52 How to Use Ansible Vault to Protect Playbooks. https://www.ktexperts.com/how-to-use-ansible-vault-to-protect-playbooks/
53 Roles in Ansible. https://www.ktexperts.com/roles-in-ansible/
54 DevOps Articles https://www.ktexperts.com/devops-articles/
55 Brief Introduction On Jenkins https://www.ktexperts.com/brief-introduction-on-jenkins/
56 How to Install Jenkins in Amazon Linux Machine https://www.ktexperts.com/how-to-install-jenkins-in-amazon-linux-machine/
57 Jenkins Installation On Windows – Download,Install and Configure Git in Windows (PART-1) https://www.ktexperts.com/jenkins-installation-on-windows-downloadinstall-and-configure-git-in-windows-part-1/
58 Jenkins Installation On Windows – Download,Install and Configure Java in Windows (PART-2) https://www.ktexperts.com/jenkins-installation-on-windows-downloadinstall-and-configure-java-in-windows-part-2/
59 Jenkins Installation On Windows- Download and Configure Maven in Windows (PART-3) https://www.ktexperts.com/jenkins-installation-on-windows-download-and-configure-maven-in-windows-part-3/
60 Jenkins Installation On Windows – Download,Install and Access Jenkins in Windows (PART-4) https://www.ktexperts.com/jenkins-installation-on-windows-downloadinstall-and-access-jenkins-in-windows-part-4/
61 How to Create a Job In Jenkins https://www.ktexperts.com/how-to-create-a-job-in-jenkins/
62 How to Create and Troubleshoot Job in Jenkins https://www.ktexperts.com/how-to-create-and-troubleshoot-job-in-jenkins/
63 How to Create Job From Existing Job https://www.ktexperts.com/how-to-create-job-from-existing-job/
64 Maven Project – Set up Global Tool Configuration https://www.ktexperts.com/maven-project-set-up-global-tool-configuration/
65 Maven Project – Clone GitHub Repository https://www.ktexperts.com/maven-project-clone-github-repository/
66 Maven Project – Create and Build Job https://www.ktexperts.com/maven-project-create-and-build-job/
67 Troubleshooting a Bug In Maven Project https://www.ktexperts.com/troubleshooting-a-bug-in-maven-project/
68 How to Schedule Job Periodically in Jenkins https://www.ktexperts.com/how-to-schedule-job-periodically-in-jenkins/

Thank you for giving your valuable time to read the above information.
Follow us on 
Website  www.ktexperts.com
Facebook Page KTexperts
Linkedin Page : KT EXPERTS

Follow Me
Ramesh’s Linkedin : https://www.linkedin.com/in/ramesh-atchala/

 

Share via:
Note: Please test scripts in Non Prod before trying in Production.
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Add Comment