├── 01.Deploying_A_LAMP_STACK_Application ├── README.md └── img │ ├── 1.ec2_creation.png │ ├── 10. cheking_php_version.png │ ├── 11.apache_virtualhost_architecture.png │ ├── 12.changing_projectlamp_permissions.png │ ├── 13.projectlampstack_config.png │ ├── 14.configured_projectlamp_via_virtualhost.png │ ├── 15.created_indexhtml.png │ ├── 16.testing_deployment.png │ ├── 17.testing_deployment_dns.png │ ├── 18.config_directivemod.png │ ├── 19.php_code.png │ ├── 2.logged_into_ec2_instance.png │ ├── 20.php_success.png │ ├── 3.a. running_the_apache_installation_command.png │ ├── 3.b. apache_installation_success.png │ ├── 4.configuring_securitygroup_rules.png │ ├── 5.a.checking_rules_config2.png │ ├── 5.checking_inbound_rule_implementation.png │ ├── 6.mysql_installation.png │ ├── 7.mysql_secure_config.png │ ├── 8.sql_logging.png │ └── 9. installing_php_modules.png ├── 02.Deploying_a_LEMP_Stack_Application ├── README.md └── img │ ├── 1. ecs_creation.png │ ├── 10.installing_mysql_server.png │ ├── 11.mysql_secure_installation.png │ ├── 12.mysql_login.png │ ├── 13.mysql_exit.png │ ├── 14.php_installation.png │ ├── 15.projectlempstack_creation.png │ ├── 17.nginx_projectlempstack_configuration.png │ ├── 18.hosted_page.jpg │ ├── 19.served_php_file.jpg │ ├── 2.ec2_login.png │ ├── 20.mysql_dbuser_setup.jpg │ ├── 21.success_userlogin.jpg │ ├── 22.table_creation.jpg │ ├── 23.table_insertion.jpg │ ├── 24.php_code.jpg │ ├── 25.php_served.jpg │ ├── 3.ec2_update.png │ ├── 4.nginx_install.png │ ├── 5.nginx_install_success.png │ ├── 6.testing_nginx_install_via_localhost.png │ ├── 7.publicip_connect_failed.png │ ├── 8.security_grouprule_set.png │ └── 9.publicip_connect_success.png ├── 03.Deploying-A-MERN-Stack-Todo-Application ├── .env ├── .gitignore ├── img │ ├── 1.ec2_creation.jpg │ ├── 10.models.jpg │ ├── 11.cluster_creation.jpg │ ├── 12.created_db_and_collection.jpg │ ├── 13.db_connection.jpg │ ├── 14.db_connected.jpg │ ├── 15.post_request_success.jpg │ ├── 16.db_gui_post_success.jpg │ ├── 17.get_request_success.jpg │ ├── 18.delete_request.jpg │ ├── 19.deleted_.jpg │ ├── 2.sudo_update.jpg │ ├── 20.react_install.jpg │ ├── 21.installations.jpg │ ├── 22.package_configure.jpg │ ├── 23.proxy_config.jpg │ ├── 24.npm_run_dev.jpg │ ├── 25.security_rule_3000.jpg │ ├── 26.react_code.jpg │ ├── 27.list_todo.jpg │ ├── 28.todojs.jpg │ ├── 29.launched.jpg │ ├── 3.sudo_upgrade.jpg │ ├── 4.node_install.jpg │ ├── 4.node_ubuntu.jpg │ ├── 5.npm_initialization.jpg │ ├── 6.express_installation.jpg │ ├── 7.express_config.jpg │ ├── 8.inbound_rules.jpg │ └── 9.hosted_express.jpg ├── index.js ├── models │ └── todo.js ├── package.json ├── readme.md └── routes │ └── api.js ├── 04.Deploying-A-MEAN-STACK-Book-Application ├── README.md └── img │ ├── 1.ec2_creation.png │ ├── 10.created_routes.png │ ├── 11.created_models_schema.png │ ├── 12.controller_config.png │ ├── 13.htmlfile_creation.png │ ├── 14.server_spinned.png │ ├── 15.security_group_inbound.png │ ├── 16.success.png │ ├── 2.sudo update.png │ ├── 3.sudo upgrade.png │ ├── 4.node_installation.png │ ├── 5.mongodb_status.png │ ├── 6.npm_installation.png │ ├── 7.body_parser_install.png │ ├── 8.server_setup.png │ └── 9.express_mongoose_installation.png ├── 05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL ├── README.md └── img │ ├── 1.project_architecture.jpg │ ├── 10.server_lookup.jpg │ ├── 11.create_db.jpg │ ├── 12.grant_all_permissions.jpg │ ├── 13.successful_connect_from.jpg │ ├── 2.create_ec2.jpg │ ├── 3.curling_server.jpg │ ├── 4.created_server&client.jpg │ ├── 5.install_mysql_server.jpg │ ├── 6.mysql_server_running.jpg │ ├── 7.install_mysql_client.jpg │ ├── 8.sg_inbound_client.jpg │ └── 9.bind_port.jpg ├── 06.Website_Solution_With_Wordpress ├── README.md └── img │ ├── 10.marking_physical_volumes.jpg │ ├── 11.creating_volume_group.jpg │ ├── 12.creating_logical_volumes.jpg │ ├── 13.creating_filesystems_for_each_logical_volumes.jpg │ ├── 14.required_directory_creation.jpg │ ├── 15.mounting_syncing.jpg │ ├── 16.mounting_2.jpg │ ├── 17.syncing_back_to_varlogs.jpg │ ├── 18.getting_uuid_for_fstab_updates.jpg │ ├── 19.persisiting_mount_config.jpg │ ├── 2.created_volumes.jpg │ ├── 20.testing_config.jpg │ ├── 21.configuration_on_db_server.jpg │ ├── 22.starting_web_server.jpg │ ├── 23.starting_db_server.jpg │ ├── 24.setting_up_db.jpg │ ├── 25.security_grp_db.jpg │ ├── 26.connecting_to_db_from_web.jpg │ ├── 27.connected_wordpress.jpg │ ├── 28.successful.jpg │ ├── 3.attached_volumes.jpg │ ├── 4.show_attached_disks.jpg │ ├── 5.displaying_mountPoints.jpg │ ├── 6.creating_partition.jpg │ ├── 7.partitioned.jpg │ ├── 8.lvm2_installation.jpg │ └── 9.checking_for_available_partitions.jpg ├── 07.DevOps_Tooling_Website_Solution ├── Dockerfile ├── Jenkinsfile ├── README.md ├── apache-config.conf ├── html │ ├── README.md │ ├── admin_tooling.php │ ├── create_user.php │ ├── functions.php │ ├── img │ │ ├── .gitkeep │ │ ├── grafana.png │ │ ├── jenkins.png │ │ ├── jfrog.png │ │ ├── kibana.png │ │ ├── kubernetes.png │ │ ├── logo-propitix.png │ │ ├── prometheus.png │ │ └── rancher.png │ ├── index.php │ ├── login.php │ ├── register.php │ ├── style.css │ └── tooling_stylesheets.css ├── img │ ├── 10.mount_nfsapps_webserver.jpg │ ├── 11.persisting_server_mountPoint.jpg │ ├── 12.on_web_server.jpg │ ├── 13.on_nfs_server.jpg │ ├── 14.mount_logs.jpg │ ├── 15.persist_logs_mount.jpg │ ├── 16.contents.jpg │ ├── 17.served_content.jpg │ ├── 18.connect_to_db.jpg │ ├── 19.testing_db_server.jpg │ ├── 2.lvm_created_on_nfs_server.jpg │ ├── 20.added_user.jpg │ ├── 21.logged_in.jpg │ ├── 3.nfs_server_spinnedup.jpg │ ├── 3tier web application.png │ ├── 4.suubnetID_for_nfs_clients.jpg │ ├── 5.a_config_nfs_clients.jpg │ ├── 5.ownership_modification.jpg │ ├── 6.checking_port_used_by_nfs.jpg │ ├── 7.sg_rule_for_nfs.jpg │ ├── 8.configuring_db_users.jpg │ └── 9.install_nfs_client.jpg ├── start-apache └── tooling-db.sql ├── 08.Load-Balancing-with-Apache ├── README.md └── img │ ├── 1.create_lb_server.jpg │ ├── 10.web2.jpg │ ├── 2.inbound-rules.jpg │ ├── 3.apache_running.jpg │ ├── 4.configure_lb.jpg │ ├── 5.a.serverlogs.jpg │ ├── 5.b.server_logs.jpg │ ├── 6.lb_log_browser.jpg │ ├── 7.dns_setting.jpg │ ├── 8.dns_config.jpg │ ├── 9.web1.jpg │ └── _3tier web application.png ├── 09.Continuous_Integration_pipeline_for_tooling_website ├── Img │ ├── 1.java_installation.jpg │ ├── 10.git_url_input.jpg │ ├── 11.specify_branch.jpg │ ├── 12.specify-credentials.jpg │ ├── 13.adding_build_triggers.jpg │ ├── 14.post_build_step.jpg │ ├── 15.github_push.jpg │ ├── 16.new_build.jpg │ ├── 17.persisted_archive.jpg │ ├── 18.artifact_terminal.jpg │ ├── 19.plugin.jpg │ ├── 2.jenkins_installation_status.jpg │ ├── 20.setting_pos.jpg │ ├── 2022-10-05_050932.png │ ├── 21.server_add.jpg │ ├── 22.archive_path.jpg │ ├── 23.archive_path2.jpg │ ├── 24.new_changes.jpg │ ├── 25.new_change_updated.jpg │ ├── 3.jenkins_sg_rule.jpg │ ├── 4.jenkins_install_success.jpg │ ├── 5.suggested_install.jpg │ ├── 6.plugin_installation.jpg │ ├── 7.login_success.jpg │ ├── 8.webhook_creation.jpg │ ├── 9.creating_job.jpg │ ├── _3tier_Jenkins.png │ └── jenkins-continuous-integration-min.png └── README.md ├── 10.Load_Balancing_Solution_with_Nginx ├── README.md └── img │ ├── 1.architecture.jpg │ ├── 2.nginx_server.jpg │ ├── 3.hosts.jpg │ ├── 4.edit_nginx_conf.jpg │ ├── 5.eip_allocation.jpg │ ├── 6.login_via_lb_eip.jpg │ ├── 7.ensure_snapd.jpg │ └── 8.ensure_snapd_updated.jpg ├── 11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10 ├── README.md └── img │ ├── 1.a.architecture.png │ ├── 1.architecture.jpg │ ├── 2.architecture_2.jpg │ ├── 3.a. jenkins-server.jpg │ ├── 3.b.webhooks.jpg │ ├── 3.configure_webhook_to_jenkins.jpg │ ├── 4.a.directories.jpg │ ├── 4.new_branch.jpg │ ├── 5.ssh_agent_added.jpg │ ├── 6.sshed_into_server.jpg │ └── 7.complete.jpg ├── 12.ANSIBLE_REFACTORING_ASSIGNMENTS_ ├── README.md └── img │ ├── 1.architectureproject12.png │ ├── 1.create.png │ ├── 10.roles.png │ ├── 11.uatdef.png │ ├── 12.roles.png │ ├── 13.configuringwebservers.png │ ├── 14.completed.png │ ├── 15.success.png │ ├── 2.copyartifact.png │ ├── 3.save_artifacts.png │ ├── 4a.saveartifact_setup.png │ ├── 4b.buildtrigger.png │ ├── 4c.destinationcop.png │ ├── 5.triggeredansible.png │ ├── 6.deleteinstall.png │ ├── 7.prerun.png │ ├── 8.reconfigured.png │ └── 9.newservers.png ├── 13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES ├── README.md └── img │ ├── 1.branch.png │ ├── 2.env_vars.png │ ├── 3.envVars.png │ ├── 4.edits.png │ └── 5.completed.png ├── 14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP ├── README.md └── img │ ├── 1.blue_ocean_login.png │ ├── 10.branch_test_job.png │ ├── 11.success.png │ ├── 12.runing-ansible1.png │ ├── 13.running-ansible-2.png │ ├── 14.php_install.png │ ├── 15.plugin.png │ ├── 16.artifactory_run.png │ ├── 17.artifactory_port.png │ ├── 18.artif_success.png │ ├── 18.test_succes.png │ ├── 19.db_homestead.png │ ├── 2.access_token.png │ ├── 20.evidence.png │ ├── 21.repo_create.png │ ├── 22.failure.png │ ├── 23.mysql-client-install.png │ ├── 24.db_server_configure.png │ ├── 25.php-dependencies-pipeline-success.png │ ├── 26.plot_build_complete.png │ ├── 27.plots.png │ ├── 28.all-php-complete.png │ ├── 29.jfrog-art.png │ ├── 3.repo-select.png │ ├── 30.sonarqube_installs.png │ ├── 31.sonar-success.png │ ├── 32.setup-sonar.png │ ├── 33.token.png │ ├── 34.webhook.png │ ├── 35.global.png │ ├── 36.success.png │ ├── 37.quality-gates.png │ ├── 38.video.mp4 │ ├── 4.auto-created.png │ ├── 5.jenkinsfile-creation.png │ ├── 6.jenkins-code.png │ ├── 7.build_path.png │ ├── 8.initial_run_build.png │ ├── 9.new_branch.png │ ├── _post.png │ ├── architecture.png │ ├── post.png │ └── post2.png ├── 15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY ├── README.md ├── img │ ├── 1.hosted_zone.png │ ├── 10.security-groups.png │ ├── 11.certificates.png │ ├── 12.nfs.png │ ├── 13.access-points.png │ ├── 14.kms.png │ ├── 15.subnet-group.png │ ├── 16.for-ami-build.png │ ├── 17.server-AMIs.png │ ├── 18.target-groups.png │ ├── 19.loadbalancers.png │ ├── 1a.hosted_zone.png │ ├── 2.vpc.png │ ├── 20.configuring_host_headers_for_tooling_access.png │ ├── 21.routing_rules.png │ ├── 22.login_bastion.png │ ├── 23.connecting_from_bastion.png │ ├── 24.db_create.png │ ├── 25.route53records.png │ ├── 26.wp-success.png │ ├── 27.tooling-success.png │ ├── 3.subnets.png │ ├── 4.route-tables.png │ ├── 5.igw.png │ ├── 6.pub-routes.png │ ├── 7.nat_eip.png │ ├── 8.natgateway.png │ ├── 9.priv-rtb-asso-with-nat.png │ └── architecture.png └── installation.md ├── 16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1 ├── README.md ├── img │ ├── 1.access.png │ ├── 10.destroy.jpg │ ├── 11.variables.jpg │ ├── 12.refactor.jpg │ ├── 3.auth.jpg │ ├── 5.bucket.jpg │ ├── 6.testCreds.jpg │ ├── 7.init.jpg │ ├── 8.plan.jpg │ └── 9.apply.jpg └── test.py ├── 17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2 ├── README.md └── img │ ├── 1.private_subnet.jpg │ ├── 10.efs.jpg │ ├── 11.rds.jpg │ ├── 2.ig.jpg │ ├── 3.nat.jpg │ ├── 4.routea.jpg │ ├── 4.routeb.jpg │ ├── 5.roles.jpg │ ├── 6.sg.jpg │ ├── 6.sgb.jpg │ ├── 6sgc.jpg │ ├── 7.cert.jpg │ ├── 8.lb.jpg │ ├── 9.asg1.jpg │ └── 9.asg2.jpg ├── 18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3 ├── README.md └── img │ ├── 2.create.jpg │ ├── 3.create2.jpg │ └── completed.jpg ├── 19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4 ├── README.md └── img │ ├── 1.get_amis.jpg │ ├── 10.wp_valid.jpg │ ├── 11.db_setup.jpg │ ├── 12.localhost_success.jpg │ ├── 13.healthcheck_nginx.jpg │ ├── 14.healthcheck_tooling.jpg │ ├── 15.healthcheck_wp.jpg │ ├── 16.tooling_success.jpg │ ├── 17.wordpress_success.jpg │ ├── 18.destroy_resources.jpg │ ├── 2.packer build bastion.jpg │ ├── 3.created_ami.jpg │ ├── 4.all_amis.jpg │ ├── 5.plan.jpg │ ├── 6.debug.jpg │ ├── 7.ansible_inventory.jpg │ ├── 8.ansible_pb_1.jpg │ ├── 8.ansible_pb_2.jpg │ └── 9.tooling_valid.jpg ├── 20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE ├── README.md └── img │ ├── 1.mysql_pull.jpg │ ├── 10.dc.jpg │ ├── 11.dc2.jpg │ ├── 2.mysql_login.jpg │ ├── 3.setup.jpg │ ├── 4.logged.jpg │ ├── 5.tooling_schema.jpg │ ├── 6.done.jpg │ ├── 7.todo-complete.jpg │ ├── 8.dockerhub.jpg │ └── 9.complete.jpg ├── 21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES ├── README.md └── img │ ├── 1.root_cert.jpg │ ├── 10.controller_manager.jpg │ ├── 11.success_master_setup.jpg │ ├── 12.target_grp_success.jpg │ ├── 13.kube-proxy.jpg │ ├── 14.containerd.jpg │ ├── 15. kubelet.jpg │ ├── 16.completed.jpg │ ├── 2.certs.jpg │ ├── 3.worker_transfer.jpg │ ├── 4.master_transfer.jpg │ ├── 5.transfer_kubeconfig_worker.jpg │ ├── 6.transfer_kubeconfig_master.jpg │ ├── 7.ssh_into_all.jpg │ ├── 8.etcd_success.jpg │ ├── 9.kubeAPIserver.jpg │ └── architecture.jpg ├── 22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER ├── README.md └── img │ ├── 1.cluster_setup.jpg │ ├── 10.lb.jpg │ ├── 11.lb-access.jpg │ ├── 12.nginx.jpg │ ├── 2.tooling-service.jpg │ ├── 3.tooling-pod.jpg │ ├── 4.tooling-port-forward.jpg │ ├── 5.tooling-site.jpg │ ├── 6.nginx-setup.jpg │ ├── 7.nginx.jpg │ ├── 8.replicas.jpg │ └── 9.replication.jpg ├── 23.PERSISTENCE_IN_K8s_CLUSTER ├── IMG │ ├── 1.pods.jpg │ ├── 10.changed.jpg │ ├── 2.describe.jpg │ ├── 3.exec.jpg │ ├── 4.info.jpg │ ├── 5.vol.jpg │ ├── 6.pvc.jpg │ ├── 7.nginx.jpg │ ├── 8.configmap.jpg │ └── 9.configmap.jpg └── README.md ├── 24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM ├── README.md └── img │ ├── 1.plan.jpg │ ├── 10.valut-pf.jpg │ ├── 11.vault.jpg │ ├── 12.prometheusrepo.jpg │ ├── 13.prometheusshow.jpg │ ├── 14.grafana.jpg │ ├── 2.users.jpg │ ├── 3.error.jpg │ ├── 4.output.jpg │ ├── 5.kubeconfig.jpg │ ├── 6.helm.jpg │ ├── 7.commands.jpg │ ├── 8.password.jpg │ └── 9.entered.jpg ├── README.md └── img ├── banner.jfif ├── banner2.jfif ├── fotor_1656739758216 (1).jpg └── screen-0.jpg /01.Deploying_A_LAMP_STACK_Application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/README.md -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/1.ec2_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/1.ec2_creation.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/10. cheking_php_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/10. cheking_php_version.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/11.apache_virtualhost_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/11.apache_virtualhost_architecture.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/12.changing_projectlamp_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/12.changing_projectlamp_permissions.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/13.projectlampstack_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/13.projectlampstack_config.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/14.configured_projectlamp_via_virtualhost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/14.configured_projectlamp_via_virtualhost.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/15.created_indexhtml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/15.created_indexhtml.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/16.testing_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/16.testing_deployment.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/17.testing_deployment_dns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/17.testing_deployment_dns.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/18.config_directivemod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/18.config_directivemod.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/19.php_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/19.php_code.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/2.logged_into_ec2_instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/2.logged_into_ec2_instance.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/20.php_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/20.php_success.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/3.a. running_the_apache_installation_command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/3.a. running_the_apache_installation_command.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/3.b. apache_installation_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/3.b. apache_installation_success.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/4.configuring_securitygroup_rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/4.configuring_securitygroup_rules.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/5.a.checking_rules_config2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/5.a.checking_rules_config2.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/5.checking_inbound_rule_implementation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/5.checking_inbound_rule_implementation.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/6.mysql_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/6.mysql_installation.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/7.mysql_secure_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/7.mysql_secure_config.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/8.sql_logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/8.sql_logging.png -------------------------------------------------------------------------------- /01.Deploying_A_LAMP_STACK_Application/img/9. installing_php_modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/01.Deploying_A_LAMP_STACK_Application/img/9. installing_php_modules.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/README.md -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/1. ecs_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/1. ecs_creation.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/10.installing_mysql_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/10.installing_mysql_server.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/11.mysql_secure_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/11.mysql_secure_installation.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/12.mysql_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/12.mysql_login.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/13.mysql_exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/13.mysql_exit.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/14.php_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/14.php_installation.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/15.projectlempstack_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/15.projectlempstack_creation.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/17.nginx_projectlempstack_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/17.nginx_projectlempstack_configuration.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/18.hosted_page.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/18.hosted_page.jpg -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/19.served_php_file.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/19.served_php_file.jpg -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/2.ec2_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/2.ec2_login.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/20.mysql_dbuser_setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/20.mysql_dbuser_setup.jpg -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/21.success_userlogin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/21.success_userlogin.jpg -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/22.table_creation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/22.table_creation.jpg -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/23.table_insertion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/23.table_insertion.jpg -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/24.php_code.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/24.php_code.jpg -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/25.php_served.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/25.php_served.jpg -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/3.ec2_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/3.ec2_update.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/4.nginx_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/4.nginx_install.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/5.nginx_install_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/5.nginx_install_success.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/6.testing_nginx_install_via_localhost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/6.testing_nginx_install_via_localhost.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/7.publicip_connect_failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/7.publicip_connect_failed.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/8.security_grouprule_set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/8.security_grouprule_set.png -------------------------------------------------------------------------------- /02.Deploying_a_LEMP_Stack_Application/img/9.publicip_connect_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/02.Deploying_a_LEMP_Stack_Application/img/9.publicip_connect_success.png -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/.env -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | package-lock.json -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/1.ec2_creation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/1.ec2_creation.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/10.models.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/10.models.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/11.cluster_creation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/11.cluster_creation.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/12.created_db_and_collection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/12.created_db_and_collection.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/13.db_connection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/13.db_connection.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/14.db_connected.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/14.db_connected.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/15.post_request_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/15.post_request_success.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/16.db_gui_post_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/16.db_gui_post_success.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/17.get_request_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/17.get_request_success.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/18.delete_request.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/18.delete_request.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/19.deleted_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/19.deleted_.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/2.sudo_update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/2.sudo_update.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/20.react_install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/20.react_install.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/21.installations.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/21.installations.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/22.package_configure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/22.package_configure.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/23.proxy_config.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/23.proxy_config.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/24.npm_run_dev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/24.npm_run_dev.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/25.security_rule_3000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/25.security_rule_3000.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/26.react_code.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/26.react_code.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/27.list_todo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/27.list_todo.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/28.todojs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/28.todojs.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/29.launched.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/29.launched.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/3.sudo_upgrade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/3.sudo_upgrade.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/4.node_install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/4.node_install.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/4.node_ubuntu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/4.node_ubuntu.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/5.npm_initialization.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/5.npm_initialization.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/6.express_installation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/6.express_installation.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/7.express_config.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/7.express_config.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/8.inbound_rules.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/8.inbound_rules.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/img/9.hosted_express.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/img/9.hosted_express.jpg -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/index.js -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/models/todo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/models/todo.js -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/package.json -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/readme.md -------------------------------------------------------------------------------- /03.Deploying-A-MERN-Stack-Todo-Application/routes/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/03.Deploying-A-MERN-Stack-Todo-Application/routes/api.js -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/README.md -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/1.ec2_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/1.ec2_creation.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/10.created_routes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/10.created_routes.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/11.created_models_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/11.created_models_schema.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/12.controller_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/12.controller_config.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/13.htmlfile_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/13.htmlfile_creation.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/14.server_spinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/14.server_spinned.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/15.security_group_inbound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/15.security_group_inbound.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/16.success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/16.success.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/2.sudo update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/2.sudo update.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/3.sudo upgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/3.sudo upgrade.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/4.node_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/4.node_installation.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/5.mongodb_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/5.mongodb_status.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/6.npm_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/6.npm_installation.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/7.body_parser_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/7.body_parser_install.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/8.server_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/8.server_setup.png -------------------------------------------------------------------------------- /04.Deploying-A-MEAN-STACK-Book-Application/img/9.express_mongoose_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/04.Deploying-A-MEAN-STACK-Book-Application/img/9.express_mongoose_installation.png -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/README.md -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/1.project_architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/1.project_architecture.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/10.server_lookup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/10.server_lookup.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/11.create_db.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/11.create_db.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/12.grant_all_permissions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/12.grant_all_permissions.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/13.successful_connect_from.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/13.successful_connect_from.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/2.create_ec2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/2.create_ec2.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/3.curling_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/3.curling_server.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/4.created_server&client.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/4.created_server&client.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/5.install_mysql_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/5.install_mysql_server.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/6.mysql_server_running.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/6.mysql_server_running.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/7.install_mysql_client.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/7.install_mysql_client.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/8.sg_inbound_client.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/8.sg_inbound_client.jpg -------------------------------------------------------------------------------- /05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/9.bind_port.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/05.CLIENT_SERVER_ARCHITECTURE_WITH_MYSQL/img/9.bind_port.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/README.md -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/10.marking_physical_volumes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/10.marking_physical_volumes.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/11.creating_volume_group.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/11.creating_volume_group.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/12.creating_logical_volumes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/12.creating_logical_volumes.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/13.creating_filesystems_for_each_logical_volumes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/13.creating_filesystems_for_each_logical_volumes.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/14.required_directory_creation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/14.required_directory_creation.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/15.mounting_syncing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/15.mounting_syncing.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/16.mounting_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/16.mounting_2.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/17.syncing_back_to_varlogs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/17.syncing_back_to_varlogs.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/18.getting_uuid_for_fstab_updates.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/18.getting_uuid_for_fstab_updates.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/19.persisiting_mount_config.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/19.persisiting_mount_config.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/2.created_volumes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/2.created_volumes.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/20.testing_config.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/20.testing_config.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/21.configuration_on_db_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/21.configuration_on_db_server.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/22.starting_web_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/22.starting_web_server.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/23.starting_db_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/23.starting_db_server.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/24.setting_up_db.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/24.setting_up_db.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/25.security_grp_db.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/25.security_grp_db.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/26.connecting_to_db_from_web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/26.connecting_to_db_from_web.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/27.connected_wordpress.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/27.connected_wordpress.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/28.successful.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/28.successful.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/3.attached_volumes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/3.attached_volumes.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/4.show_attached_disks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/4.show_attached_disks.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/5.displaying_mountPoints.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/5.displaying_mountPoints.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/6.creating_partition.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/6.creating_partition.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/7.partitioned.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/7.partitioned.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/8.lvm2_installation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/8.lvm2_installation.jpg -------------------------------------------------------------------------------- /06.Website_Solution_With_Wordpress/img/9.checking_for_available_partitions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/06.Website_Solution_With_Wordpress/img/9.checking_for_available_partitions.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/Dockerfile -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/Jenkinsfile -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/README.md -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/apache-config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/apache-config.conf -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/README.md: -------------------------------------------------------------------------------- 1 | # tooling-website 2 | 3 | -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/admin_tooling.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/admin_tooling.php -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/create_user.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/create_user.php -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/functions.php -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/grafana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/img/grafana.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/jenkins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/img/jenkins.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/jfrog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/img/jfrog.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/kibana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/img/kibana.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/kubernetes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/img/kubernetes.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/logo-propitix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/img/logo-propitix.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/prometheus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/img/prometheus.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/img/rancher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/img/rancher.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/index.php -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/login.php -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/register.php -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/style.css -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/html/tooling_stylesheets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/html/tooling_stylesheets.css -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/10.mount_nfsapps_webserver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/10.mount_nfsapps_webserver.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/11.persisting_server_mountPoint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/11.persisting_server_mountPoint.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/12.on_web_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/12.on_web_server.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/13.on_nfs_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/13.on_nfs_server.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/14.mount_logs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/14.mount_logs.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/15.persist_logs_mount.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/15.persist_logs_mount.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/16.contents.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/16.contents.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/17.served_content.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/17.served_content.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/18.connect_to_db.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/18.connect_to_db.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/19.testing_db_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/19.testing_db_server.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/2.lvm_created_on_nfs_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/2.lvm_created_on_nfs_server.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/20.added_user.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/20.added_user.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/21.logged_in.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/21.logged_in.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/3.nfs_server_spinnedup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/3.nfs_server_spinnedup.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/3tier web application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/3tier web application.png -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/4.suubnetID_for_nfs_clients.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/4.suubnetID_for_nfs_clients.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/5.a_config_nfs_clients.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/5.a_config_nfs_clients.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/5.ownership_modification.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/5.ownership_modification.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/6.checking_port_used_by_nfs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/6.checking_port_used_by_nfs.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/7.sg_rule_for_nfs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/7.sg_rule_for_nfs.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/8.configuring_db_users.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/8.configuring_db_users.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/img/9.install_nfs_client.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/img/9.install_nfs_client.jpg -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/start-apache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/start-apache -------------------------------------------------------------------------------- /07.DevOps_Tooling_Website_Solution/tooling-db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/07.DevOps_Tooling_Website_Solution/tooling-db.sql -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/README.md -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/1.create_lb_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/1.create_lb_server.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/10.web2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/10.web2.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/2.inbound-rules.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/2.inbound-rules.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/3.apache_running.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/3.apache_running.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/4.configure_lb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/4.configure_lb.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/5.a.serverlogs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/5.a.serverlogs.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/5.b.server_logs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/5.b.server_logs.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/6.lb_log_browser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/6.lb_log_browser.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/7.dns_setting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/7.dns_setting.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/8.dns_config.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/8.dns_config.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/9.web1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/9.web1.jpg -------------------------------------------------------------------------------- /08.Load-Balancing-with-Apache/img/_3tier web application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/08.Load-Balancing-with-Apache/img/_3tier web application.png -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/1.java_installation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/1.java_installation.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/10.git_url_input.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/10.git_url_input.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/11.specify_branch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/11.specify_branch.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/12.specify-credentials.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/12.specify-credentials.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/13.adding_build_triggers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/13.adding_build_triggers.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/14.post_build_step.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/14.post_build_step.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/15.github_push.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/15.github_push.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/16.new_build.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/16.new_build.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/17.persisted_archive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/17.persisted_archive.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/18.artifact_terminal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/18.artifact_terminal.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/19.plugin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/19.plugin.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/2.jenkins_installation_status.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/2.jenkins_installation_status.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/20.setting_pos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/20.setting_pos.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/2022-10-05_050932.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/2022-10-05_050932.png -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/21.server_add.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/21.server_add.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/22.archive_path.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/22.archive_path.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/23.archive_path2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/23.archive_path2.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/24.new_changes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/24.new_changes.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/25.new_change_updated.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/25.new_change_updated.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/3.jenkins_sg_rule.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/3.jenkins_sg_rule.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/4.jenkins_install_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/4.jenkins_install_success.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/5.suggested_install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/5.suggested_install.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/6.plugin_installation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/6.plugin_installation.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/7.login_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/7.login_success.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/8.webhook_creation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/8.webhook_creation.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/9.creating_job.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/9.creating_job.jpg -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/_3tier_Jenkins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/_3tier_Jenkins.png -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/Img/jenkins-continuous-integration-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/Img/jenkins-continuous-integration-min.png -------------------------------------------------------------------------------- /09.Continuous_Integration_pipeline_for_tooling_website/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/09.Continuous_Integration_pipeline_for_tooling_website/README.md -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/README.md -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/img/1.architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/img/1.architecture.jpg -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/img/2.nginx_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/img/2.nginx_server.jpg -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/img/3.hosts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/img/3.hosts.jpg -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/img/4.edit_nginx_conf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/img/4.edit_nginx_conf.jpg -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/img/5.eip_allocation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/img/5.eip_allocation.jpg -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/img/6.login_via_lb_eip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/img/6.login_via_lb_eip.jpg -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/img/7.ensure_snapd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/img/7.ensure_snapd.jpg -------------------------------------------------------------------------------- /10.Load_Balancing_Solution_with_Nginx/img/8.ensure_snapd_updated.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/10.Load_Balancing_Solution_with_Nginx/img/8.ensure_snapd_updated.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/README.md -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/1.a.architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/1.a.architecture.png -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/1.architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/1.architecture.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/2.architecture_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/2.architecture_2.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/3.a. jenkins-server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/3.a. jenkins-server.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/3.b.webhooks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/3.b.webhooks.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/3.configure_webhook_to_jenkins.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/3.configure_webhook_to_jenkins.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/4.a.directories.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/4.a.directories.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/4.new_branch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/4.new_branch.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/5.ssh_agent_added.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/5.ssh_agent_added.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/6.sshed_into_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/6.sshed_into_server.jpg -------------------------------------------------------------------------------- /11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/7.complete.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/11.ANSIBLE_AUTOMATE_PROJECT_7_TO_10/img/7.complete.jpg -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/README.md -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/1.architectureproject12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/1.architectureproject12.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/1.create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/1.create.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/10.roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/10.roles.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/11.uatdef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/11.uatdef.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/12.roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/12.roles.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/13.configuringwebservers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/13.configuringwebservers.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/14.completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/14.completed.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/15.success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/15.success.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/2.copyartifact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/2.copyartifact.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/3.save_artifacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/3.save_artifacts.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/4a.saveartifact_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/4a.saveartifact_setup.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/4b.buildtrigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/4b.buildtrigger.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/4c.destinationcop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/4c.destinationcop.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/5.triggeredansible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/5.triggeredansible.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/6.deleteinstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/6.deleteinstall.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/7.prerun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/7.prerun.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/8.reconfigured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/8.reconfigured.png -------------------------------------------------------------------------------- /12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/9.newservers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/12.ANSIBLE_REFACTORING_ASSIGNMENTS_/img/9.newservers.png -------------------------------------------------------------------------------- /13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/README.md -------------------------------------------------------------------------------- /13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/1.branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/1.branch.png -------------------------------------------------------------------------------- /13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/2.env_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/2.env_vars.png -------------------------------------------------------------------------------- /13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/3.envVars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/3.envVars.png -------------------------------------------------------------------------------- /13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/4.edits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/4.edits.png -------------------------------------------------------------------------------- /13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/5.completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/13.ANSIBLE_DYNAMIC_ASSIGNMENTS_INCLUDE_AND_COMMUNITY_ROLES/img/5.completed.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/README.md -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/1.blue_ocean_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/1.blue_ocean_login.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/10.branch_test_job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/10.branch_test_job.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/11.success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/11.success.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/12.runing-ansible1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/12.runing-ansible1.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/13.running-ansible-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/13.running-ansible-2.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/14.php_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/14.php_install.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/15.plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/15.plugin.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/16.artifactory_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/16.artifactory_run.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/17.artifactory_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/17.artifactory_port.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/18.artif_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/18.artif_success.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/18.test_succes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/18.test_succes.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/19.db_homestead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/19.db_homestead.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/2.access_token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/2.access_token.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/20.evidence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/20.evidence.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/21.repo_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/21.repo_create.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/22.failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/22.failure.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/23.mysql-client-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/23.mysql-client-install.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/24.db_server_configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/24.db_server_configure.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/25.php-dependencies-pipeline-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/25.php-dependencies-pipeline-success.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/26.plot_build_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/26.plot_build_complete.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/27.plots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/27.plots.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/28.all-php-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/28.all-php-complete.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/29.jfrog-art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/29.jfrog-art.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/3.repo-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/3.repo-select.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/30.sonarqube_installs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/30.sonarqube_installs.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/31.sonar-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/31.sonar-success.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/32.setup-sonar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/32.setup-sonar.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/33.token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/33.token.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/34.webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/34.webhook.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/35.global.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/35.global.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/36.success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/36.success.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/37.quality-gates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/37.quality-gates.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/38.video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/38.video.mp4 -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/4.auto-created.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/4.auto-created.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/5.jenkinsfile-creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/5.jenkinsfile-creation.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/6.jenkins-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/6.jenkins-code.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/7.build_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/7.build_path.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/8.initial_run_build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/8.initial_run_build.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/9.new_branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/9.new_branch.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/_post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/_post.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/architecture.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/post.png -------------------------------------------------------------------------------- /14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/post2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/14.Experience_Continuous_Integration_With_Jenkins_Ansible_Artifactory_Sonarqube_PHP/img/post2.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/README.md -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/1.hosted_zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/1.hosted_zone.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/10.security-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/10.security-groups.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/11.certificates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/11.certificates.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/12.nfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/12.nfs.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/13.access-points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/13.access-points.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/14.kms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/14.kms.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/15.subnet-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/15.subnet-group.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/16.for-ami-build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/16.for-ami-build.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/17.server-AMIs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/17.server-AMIs.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/18.target-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/18.target-groups.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/19.loadbalancers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/19.loadbalancers.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/1a.hosted_zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/1a.hosted_zone.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/2.vpc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/2.vpc.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/20.configuring_host_headers_for_tooling_access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/20.configuring_host_headers_for_tooling_access.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/21.routing_rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/21.routing_rules.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/22.login_bastion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/22.login_bastion.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/23.connecting_from_bastion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/23.connecting_from_bastion.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/24.db_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/24.db_create.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/25.route53records.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/25.route53records.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/26.wp-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/26.wp-success.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/27.tooling-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/27.tooling-success.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/3.subnets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/3.subnets.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/4.route-tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/4.route-tables.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/5.igw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/5.igw.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/6.pub-routes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/6.pub-routes.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/7.nat_eip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/7.nat_eip.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/8.natgateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/8.natgateway.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/9.priv-rtb-asso-with-nat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/9.priv-rtb-asso-with-nat.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/img/architecture.png -------------------------------------------------------------------------------- /15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/15.AWS_CLOUD_SOLUTION_FOR_2_COMPANY_WEBSITES_USING_A_REVERSE_PROXY_TECHNOLOGY/installation.md -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/README.md -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/1.access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/1.access.png -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/10.destroy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/10.destroy.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/11.variables.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/11.variables.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/12.refactor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/12.refactor.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/3.auth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/3.auth.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/5.bucket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/5.bucket.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/6.testCreds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/6.testCreds.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/7.init.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/7.init.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/8.plan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/8.plan.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/9.apply.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/img/9.apply.jpg -------------------------------------------------------------------------------- /16.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_1/test.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/README.md -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/1.private_subnet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/1.private_subnet.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/10.efs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/10.efs.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/11.rds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/11.rds.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/2.ig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/2.ig.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/3.nat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/3.nat.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/4.routea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/4.routea.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/4.routeb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/4.routeb.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/5.roles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/5.roles.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/6.sg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/6.sg.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/6.sgb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/6.sgb.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/6sgc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/6sgc.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/7.cert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/7.cert.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/8.lb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/8.lb.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/9.asg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/9.asg1.jpg -------------------------------------------------------------------------------- /17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/9.asg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/17.AUTOMATE_INFRASTRUCTURE_WITH_IAC_USING_TERRAFORM_PART_2/img/9.asg2.jpg -------------------------------------------------------------------------------- /18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3/README.md -------------------------------------------------------------------------------- /18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3/img/2.create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3/img/2.create.jpg -------------------------------------------------------------------------------- /18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3/img/3.create2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3/img/3.create2.jpg -------------------------------------------------------------------------------- /18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3/img/completed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/18.AUTOMATE_INFRASTRUCTURE_WITH_IAC_TERRAFORM_PART3/img/completed.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/README.md -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/1.get_amis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/1.get_amis.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/10.wp_valid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/10.wp_valid.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/11.db_setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/11.db_setup.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/12.localhost_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/12.localhost_success.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/13.healthcheck_nginx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/13.healthcheck_nginx.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/14.healthcheck_tooling.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/14.healthcheck_tooling.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/15.healthcheck_wp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/15.healthcheck_wp.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/16.tooling_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/16.tooling_success.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/17.wordpress_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/17.wordpress_success.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/18.destroy_resources.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/18.destroy_resources.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/2.packer build bastion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/2.packer build bastion.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/3.created_ami.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/3.created_ami.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/4.all_amis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/4.all_amis.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/5.plan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/5.plan.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/6.debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/6.debug.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/7.ansible_inventory.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/7.ansible_inventory.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/8.ansible_pb_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/8.ansible_pb_1.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/8.ansible_pb_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/8.ansible_pb_2.jpg -------------------------------------------------------------------------------- /19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/9.tooling_valid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/19. AUTOMATE_INFRASTURCTURE_WITH_IAC_USING_TERRAFORM_PART_4/img/9.tooling_valid.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/README.md -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/1.mysql_pull.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/1.mysql_pull.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/10.dc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/10.dc.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/11.dc2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/11.dc2.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/2.mysql_login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/2.mysql_login.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/3.setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/3.setup.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/4.logged.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/4.logged.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/5.tooling_schema.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/5.tooling_schema.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/6.done.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/6.done.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/7.todo-complete.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/7.todo-complete.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/8.dockerhub.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/8.dockerhub.jpg -------------------------------------------------------------------------------- /20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/9.complete.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/20.MIGRATION_TO_THE_СLOUD_WITH_CONTAINERIZATION._PART_1–DOCKER_&_DOCKER_COMPOSE/img/9.complete.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/README.md -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/1.root_cert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/1.root_cert.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/10.controller_manager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/10.controller_manager.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/11.success_master_setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/11.success_master_setup.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/12.target_grp_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/12.target_grp_success.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/13.kube-proxy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/13.kube-proxy.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/14.containerd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/14.containerd.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/15. kubelet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/15. kubelet.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/16.completed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/16.completed.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/2.certs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/2.certs.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/3.worker_transfer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/3.worker_transfer.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/4.master_transfer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/4.master_transfer.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/5.transfer_kubeconfig_worker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/5.transfer_kubeconfig_worker.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/6.transfer_kubeconfig_master.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/6.transfer_kubeconfig_master.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/7.ssh_into_all.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/7.ssh_into_all.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/8.etcd_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/8.etcd_success.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/9.kubeAPIserver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/9.kubeAPIserver.jpg -------------------------------------------------------------------------------- /21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/21.ORCHESTRATING_CONTAINERS_ACROSS_MULTIPLE_VIRTUAL_SERVERS_WITH_KUBERNETES/img/architecture.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/README.md -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/1.cluster_setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/1.cluster_setup.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/10.lb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/10.lb.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/11.lb-access.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/11.lb-access.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/12.nginx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/12.nginx.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/2.tooling-service.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/2.tooling-service.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/3.tooling-pod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/3.tooling-pod.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/4.tooling-port-forward.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/4.tooling-port-forward.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/5.tooling-site.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/5.tooling-site.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/6.nginx-setup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/6.nginx-setup.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/7.nginx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/7.nginx.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/8.replicas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/8.replicas.jpg -------------------------------------------------------------------------------- /22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/9.replication.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/22.DEPLOYING_APPLICATIONS_INTO_KUBERNETES_CLUSTER/img/9.replication.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/1.pods.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/1.pods.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/10.changed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/10.changed.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/2.describe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/2.describe.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/3.exec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/3.exec.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/4.info.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/4.info.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/5.vol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/5.vol.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/6.pvc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/6.pvc.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/7.nginx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/7.nginx.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/8.configmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/8.configmap.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/IMG/9.configmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/IMG/9.configmap.jpg -------------------------------------------------------------------------------- /23.PERSISTENCE_IN_K8s_CLUSTER/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/23.PERSISTENCE_IN_K8s_CLUSTER/README.md -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/1.plan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/1.plan.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/10.valut-pf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/10.valut-pf.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/11.vault.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/11.vault.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/12.prometheusrepo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/12.prometheusrepo.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/13.prometheusshow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/13.prometheusshow.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/14.grafana.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/14.grafana.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/2.users.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/2.users.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/3.error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/3.error.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/4.output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/4.output.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/5.kubeconfig.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/5.kubeconfig.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/6.helm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/6.helm.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/7.commands.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/7.commands.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/8.password.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/8.password.jpg -------------------------------------------------------------------------------- /24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/9.entered.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/24.BUILDING_ELASTIC_KUBERNETES_SERVICE_(EKS)_WITH_TERRAFORM/img/9.entered.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/README.md -------------------------------------------------------------------------------- /img/banner.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/img/banner.jfif -------------------------------------------------------------------------------- /img/banner2.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/img/banner2.jfif -------------------------------------------------------------------------------- /img/fotor_1656739758216 (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/img/fotor_1656739758216 (1).jpg -------------------------------------------------------------------------------- /img/screen-0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Micah-Shallom/DevOps_Projects/HEAD/img/screen-0.jpg --------------------------------------------------------------------------------