Login into OpenShift Important: Please substitute for “userX” the user id assigned to you oc login -u userX Create a new project oc new-project tomcatX Run the app oc new-app bcorpusjr/tomcat Allow the public to access your application oc expose svc tomcat Next Exercise: Adding a Database Using Templates Read more 20 Dec 2017 - less than 1 minute read
Contents How to run a docker image in OpenShift You’ll learn how to run a Docker image inside OpenShift to take advantage of Self-Healing, High Availability, and Auto-scaling. Adding a Database Using Templates Will introduce you to the concept of templates. In particular, you will be adding a database using a template. This database will be... Read more 20 Dec 2017 - 1 minute read
Login into OpenShift oc login -u openshift-devel Create a new project oc new-project myproject Run the app oc new-app bcorpusjr/tomcat Read more 19 Dec 2017 - less than 1 minute read
Objectives: Setup Gogs git service. Trigger Jenkins build using a Gogs Git Hook. Automatically tag the ImageStream using the git tag supplied by the developer upon pushing to Git. Assumptions You have setup the CI/CD from this link using_cicd_pipeline.md Setup Gogs Create a new project called gogs oc new-project gogs ... Read more 13 Aug 2017 - 3 minute read
Assumptions: You have an AWS account You launched an instance using CentOS 7 (x86_64) - with Updates HVM. https://aws.amazon.com/marketplace/pp/B00O7WM7QW You have allocated an elastic IP, which we call <elastic-ip> moving forward You have associated <elastic-ip> to your running instance. You need to be root to install. ... Read more 28 Jul 2017 - 2 minute read