Posts

Showing posts from April, 2019

DevOps Part 5

After multiple DevOps related practices i could now see what the researched definitions about DevOps were talking about. I knew the theory but not the practical part of DevOps and that is whats i learned through these assignments. As part of the daily tools that DevOps teams use is Github. This tool is the one i have used the most and we also used it on this series of practices. Here are more examples of basic DevOps tools: Jenkins Github Nagios Monit ELK Consul Docker Ansible Collectd 9 Open Source DevOps Tools We Love Have you gained some appreciation for the concept of "excise tasks" and the value of those in our workplace that perform those as part of a team? 100%, without people working on these task project development and team communication could not be effective. 

DevOps Part 3

Image
Credits to @brina_blum Image Link This Exercise is mainly focused on Github. I already had a Git Account up and running, so that was a plus. "Using the SSH protocol, you can connect and authenticate to remote servers and services" (Github, 2019). With SSH keys, you can connect to GitHub without supplying your username or password at each visit. Now i just had some sort of content in the server. I added a simple hello world in html file to it. Then, SSH keys were created. Connecting to GitHub with SSH Afterwards, every change made to the actual website can be pushed to the repo and even automating the content of it with Cron helps to maintain everything up to date (continous integration).

DevOps part 2

Image
For this Exercise i decided to use a VM from work because i had issues installing one and tried on a windows based computer and had a very slow internet connection and couldn't install java nor contrab. First i updated Java version. I received some recommendations from other classmates about what server to use so i went for Lamp Server. After tit was properly installed i could run the test to verify if the server was working properly. Contrab was successfully installed.