All Projects → redhat-scholars → openshift-starter-guides

redhat-scholars / openshift-starter-guides

Licence: Apache-2.0 license
Getting Started with OpenShift for Developers Workshop

Programming Languages

Handlebars
879 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to openshift-starter-guides

mlx
Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine
Stars: ✭ 132 (+277.14%)
Mutual labels:  openshift, pipelines, tekton
ChRIS ultron backEnd
Backend for ChRIS
Stars: ✭ 28 (-20%)
Mutual labels:  openshift, pipelines
k8s-knative-gitlab-harbor
Build container images with Knative + Gitlab + Harbor inside Kops cluster running on AWS
Stars: ✭ 23 (-34.29%)
Mutual labels:  pipelines, tekton
archi cloudnative
Cloud Native Architectural Models using Archi. Contains models for CAAS, Cloud Native Applications, 12/15 Factor Applications with CI/CD/CS, monitoring and log management. Infrastructure components include Red Hat OpenShift, Red Hat Storage, Red Hat Ansible Tower, Red Hat Cloudforms, Red Hat Satellite, Red Hat JBoss Middleware.
Stars: ✭ 55 (+57.14%)
Mutual labels:  openshift, cloudnative
pman
A process management system written in python
Stars: ✭ 14 (-60%)
Mutual labels:  openshift, pipelines
painless-continuous-delivery
A cookiecutter for projects with continuous delivery baked in.
Stars: ✭ 46 (+31.43%)
Mutual labels:  openshift, pipelines
Jx
Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
Stars: ✭ 4,041 (+11445.71%)
Mutual labels:  openshift, tekton
Enmasse
EnMasse - Self-service messaging on Kubernetes and OpenShift
Stars: ✭ 185 (+428.57%)
Mutual labels:  openshift
Kiali
Kiali project, observability for the Istio service mesh
Stars: ✭ 2,687 (+7577.14%)
Mutual labels:  openshift
Openshiftv3 Workshop
OpenShift v3 Workshops by the OpenShift Tiger Team
Stars: ✭ 179 (+411.43%)
Mutual labels:  openshift
Openshift Ansible
Install and config an OpenShift 3.x cluster
Stars: ✭ 2,032 (+5705.71%)
Mutual labels:  openshift
Minishift
Run OpenShift 3.x locally
Stars: ✭ 2,246 (+6317.14%)
Mutual labels:  openshift
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (+522.86%)
Mutual labels:  openshift
S2i Python Container
Python container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Python applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 178 (+408.57%)
Mutual labels:  openshift
Openshift Cartridge Nodejs
Custom cartridge for OpenShift providing the lastest version of Node.js.
Stars: ✭ 227 (+548.57%)
Mutual labels:  openshift
Reloader
Reloader is maintained by Stakater. Like it? Please let us know at [email protected]
Stars: ✭ 2,930 (+8271.43%)
Mutual labels:  openshift
Selinon
An advanced distributed task flow management on top of Celery
Stars: ✭ 237 (+577.14%)
Mutual labels:  openshift
Azure arc
Automated Azure Arc environments
Stars: ✭ 224 (+540%)
Mutual labels:  openshift
Jkube
Successor of the deprecated Fabric8 Maven Plugin
Stars: ✭ 213 (+508.57%)
Mutual labels:  openshift
Console
OpenShift Cluster Console UI
Stars: ✭ 203 (+480%)
Mutual labels:  openshift

OpenShift Starter Guides for Developers

docs

Overview

Audience Experience Level

Beginner

Average Time to Complete

90 minutes

This workshop is intended to give you a hands on introduction to using OpenShift from the perspective of a Developer.

Containers are a standardized way to package apps with all of their dependencies to simplify deployment and speed delivery. Unlike virtual machines, containers do not bundle to the operating system. Only the application code, run time, libraries, and settings are packaged inside of containers. Thus, containers are more lightweight, portable, and efficient as compared to virtual machines.

For developers looking to kickstart their projets, OpenShift enables efficient application development through streamlined workflows and validated integrations.

You can run this Lab on any OpenShift cluster, either Managed and Self-Managed, just git it a try!

  • OCP

  • Developer Sandbox

  • CRC

  • ARO

  • ROKS

  • ROSA

Workshop Topology

Objectives

  • Using the OpenShift command line (CLI) and Web Console.

  • Deploying an application using a pre-existing Container Image.

  • Working with application Labels to identify component parts.

  • Scaling up your application in order to handle web traffic.

  • Exposing your application to users outside of the cluster.

  • Viewing and working with Logs generated by your application.

  • Accessing your application container and interacting with it.

  • Giving access to other users to collaborate on your application.

  • Deploying an application from Source Code in a Git repository.

  • Deploying a Database from the OpenShift Developer Catalog.

  • Configuring an application so it can access a database.

  • Setting up Web Hooks to enable automated application builds.

  • Additional topics may also be covered relevant to the specific programming language used by the applications being deployed.

Documentation

This workshop is based on Antora and Red Hat scholars template to build HTML based tutorials.

To start this workshop, follow the step by step tutorial link for your cluster available below:

OpenShift Java Path .NET Path Javascript Path Python Path

OpenShift 4.11

Guide

CRC 4.11

Guide

OpenShift 4.11 Playground

Guide

OpenShift 4.8

Guide

OpenShift 4.7

Guide

Guide

Guide

Guide

CRC 4.7

Guide

Guide

Guide

Guide

Lab Parameters

This lab supports both Antora variables than query parameters. Query params makes the workshop content dynamic, like URLs specific for your cluster to copy and paste.

Note
In the table above, CRC and Playground links use them.

Here’s the list of all query params used (they are all optional, but generated links won’t work unless at least CLUSTER_SUBDOMAIN is set):

PARAM Description

CLUSTER_SUBDOMAIN

The subdomain for your OpenShift cluster in the form apps.<cluster_name>.<base_domain>, e.g. apps.openshift.mydomain.tld

USERNAME

The username of your OpenShift cluster

PASSWORD

The password for your OpenShift cluster

LOGIN

Only for ROKS clusters, the IBM Cloud login URL for authentication

Example:

Contributing

Please refer to the how to contribute on how you can contribute to the tutorial.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].