Red Hat Developer Program Connecting Applications to DBaaS using RHODA
Books
CheatSheets
CheatSheet A CheatSheet B CheatSheet C
Upcoming Events
Event A Event B Event C
More Tutorials
Tutorial A Tutorial B Tutorial C
Download

Connecting Applications to DBaaS using RHODA

    • Workshop
    • OpenShift Architecture
    • Explore OpenShift
      • The Web Console
      • Command Line Interface
        • Download OpenShift CLI
        • Web Terminal
        • Connect to the OpenShift Cluster from CLI
          • Working with proxies
    • Prerequisites
    • Before we begin
      • DBaaS & Present Challenges
      • Red Hat Solution
      • Service binding libraries
    • Installation
      • OpenShift Web Terminal
      • Kustomize
      • Ansible
      • RHACM
      • OpenShift Pipelines
    • Explore RHODA
      • OpenShift CLI
      • OpenShift Web console
    • Projects
      • Create Pacman Project
    • Pacman Architecture
    • Pacman App
      • Background: Source-to-Image (S2I)
      • Exercise: Creating a Pacman application
        • Add to Project
        • Using Application Code on a Git Server
        • Build the Code on OpenShift
    • Connecting Pacman to MongoDB Atlas
      • Prerequisites
      • Exercise: Accessing the database access menu for configuring and monitoring
      • Exercise: Find your MongoDB Atlas account credentials
      • Exercise: Accessing the developer workspace and adding a database instance
      • Exercise: Play Pacman and save your high scores
    • Further Resources
    • Workshop Links
      • OpenShift Cluster URL
      • Workshop Guides
      • Web terminal
      • Git Server
Connecting Applications to DBaaS using RHODA 4.10.20
  • Connecting Applications to DBaaS using RHODA
    • 4.10.20
    • 4.9
  • Connecting Applications to DBaaS using RHODA
  • Prerequisites
4.10.20 4.9
Edit this Page

Prerequisites

Application Platform Requirements

Component Version

OpenShift

4.1

RHODA

0.1.5

CLI Tools

Tool macOS Fedora windows

Git

Download

Download

Download

Docker

Docker for Mac

dnf install podman podman-docker

Docker for Windows

kubectl {kubernetes-version}

Download

Download

Download

kustomize {kustomize-version}

Download

Download

Download

Ansible

python -m pip install --user ansible

sudo dnf install ansible

Explore OpenShift Before we begin