Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Devops Fundamentals - CI/CD with AWS +Docker+Ansible+Jenkins, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:10:40
    What is Devops and Course FAQ's - Must Watch
  • Урок 2. 00:13:08
    Getting Started with Deployment Basics
  • Урок 3. 00:10:42
    Deploying Hello World App in TomCat Server
  • Урок 4. 00:12:02
    Spin up Jenkins Instance in Windows for Deployment
  • Урок 5. 00:06:40
    What is Continuous Integration & Continuous Delivery
  • Урок 6. 00:05:15
    Create Amazon AWS Account to launch Linux Servers
  • Урок 7. 00:07:14
    Launch EC2 (Linux) Instance from AWS Console with necessary configurations
  • Урок 8. 00:08:22
    CAUTION on AWS Charges
  • Урок 9. 00:12:05
    What is SSH Client and how to connect to AWS Linux Servers
  • Урок 10. 00:13:43
    Understand the basic linux commands with Java Installation
  • Урок 11. 00:09:55
    Setting Java and Maven path in Bash Profile in Linux
  • Урок 12. 00:13:01
    How to configure Maven in Linux from Apache http server
  • Урок 13. 00:12:26
    Install Jenkins on Linux and start the Jenkin Server
  • Урок 14. 00:15:02
    Create new Jenkin Job for Deploying the Apps
  • Урок 15. 00:12:01
    How to Deploy the App into another Linux Server from Jenkins
  • Урок 16. 00:19:12
    Use Publish over SSH plugin in Jenkins to connect to new Server
  • Урок 17. 00:09:18
    What is Docker? How it helps in Automation Industry?
  • Урок 18. 00:08:24
    What are containers and Images in Docker Software?
  • Урок 19. 00:08:57
    How exactly Virtual machines are different from Docker
  • Урок 20. 00:07:26
    How to Install Docker into Machines with Prerequisites needed
  • Урок 21. 00:16:46
    Understand working with DockerHub
  • Урок 22. 00:13:26
    Install Docker on Linux and give Group Permissions
  • Урок 23. 00:09:54
    Create Container and Install Tomcat Server Image for Deployment
  • Урок 24. 00:15:33
    How to Login into Container and inspect folders and files
  • Урок 25. 00:15:18
    Understand Creatind Docker file to automate all the manual Deploy process
  • Урок 26. 00:12:56
    Start and Run the Docker Container and deploy the App in the Linux Server
  • Урок 27. 00:18:40
    What is SSH Connection and how to communicate with other Servers
  • Урок 28. 00:05:08
    Generate SSH keys and copy the keys to make a connection
  • Урок 29. 00:10:13
    What is Ansible and how it can address deploying into multiple Servers
  • Урок 30. 00:15:04
    Install Ansible and understand the importance of Playbook Yaml files
  • Урок 31. 00:14:27
    Create Ansible Playbook Script which can automate the Docker deployment
  • Урок 32. 00:12:38
    Executing Ansible Scripts on to another QA Server with SSH Connection
  • Урок 33. 00:15:43
    How to copy and transfer Deployment files to QA Server
  • Урок 34. 00:04:30
    Create Jenkins Job which can deploy App into QA Server using Ansible
  • Урок 35. 00:12:11
    How to Achieve COntinuous Integration with GitHub Hook in Jenkins
  • Урок 36. 00:10:44
    Parameterize Jenkin Build to deploy in multiple Environments
  • Урок 37. 00:08:42
    Introduction to GIT
  • Урок 38. 00:09:07
    Importance of Github and its uses
  • Урок 39. 00:06:33
    Creating Git config and repositories
  • Урок 40. 00:01:41
    How to push code to remote repository
  • Урок 41. 00:11:36
    Understanding Staging and commit in git
  • Урок 42. 00:08:55
    Add remote repository and push the committed code
  • Урок 43. 00:15:49
    End to end working example on Git commands -1
  • Урок 44. 00:06:16
    End to end working example on Git commands -2
  • Урок 45. 00:24:56
    Importance of Branching in GIT
  • Урок 46. 00:14:18
    How to resolve Merge conflicts with GIT