From 896551af154398148d4829c3d7ab840607e9b63e Mon Sep 17 00:00:00 2001 From: Richard Greg Date: Oct 30 2020 11:02:53 +0000 Subject: Update README.md --- diff --git a/README.md b/README.md index 10abda6..bbba2fc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # outreachy-project-contributions -A repo with my progress on fedora docs and Openshift \ No newline at end of file +A repo with my contribution to Fedora Docs and my progress with Openshift. + +### Contributions So Far +* [Add the common footer seen on other Fedora pages](https://pagure.io/fedora-docs/fedora-docs-ui/pull-request/11) +* [Update Quick Docs landing page](https://pagure.io/fedora-docs/quick-docs/pull-request/275) +* [Test Adobe Flash Installation on Fedora OS](https://pagure.io/fedora-docs/quick-docs/pull-request/284) +* [Test and verify the instructions on controlling traffic with Firewalld](https://pagure.io/fedora-docs/quick-docs/pull-request/285) + +### Progress with Openshift +I have familiarized myself with the fundamentals of Containers, Kubernetes and Openshift. +These include learning about the architecture of Kubernetes and Openshift. And why Openshift was created. + +I've learned about creating contianerized services, creating and managing container images; Creating custom container images; And deploying containerized applications on Openshift. I also got familiar with networks, services, routes and scaling. + +I rounded it up with a capstone project [Deploy a Voting App on Openshift](https://github.com/richardgreg/openshift-microservice-configuration).