mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-06 11:41:09 +00:00
9.1 KiB
9.1 KiB
Openshift
- Wikipedia.org: Openshift
- docs.openshift.com
- https://github.com/openshift/origin 🌟🌟🌟
- docs.openshift.com: OpenShift Pipeline Builds
- https://hub.docker.com/u/openshift/
- https://www.reddit.com/r/openshift 🌟🌟🌟
- PodCTL Podcasts
- Openshift Awesome 🌟
- Openshift Awesome List 2
- Dzone.com: OpenShift Quick Start 🌟
- Dzone.com: OpenShift Quick Start: Build, Deployment, and Pipeline 🌟🌟🌟 Automation is the key to microservices success. Learn how to use the OpenShift platform to implement a continuous build and deployment platform.
- blog.openshift.com: Introducing Red Hat Quay
- redhat.com: How to gather and display metrics in Red Hat OpenShift (Prometheus + Grafana)
- claydesk.com: Google Cloud App Engine Vs Red Hat OpenShift
- https://github.com/fabric8io/fabric8-pipeline-library
- https://twitter.com/openshift
- developers.redhat.com: Source versus binary S2I workflows with Red Hat OpenShift Application Runtimes
- developers.redhat.com: Red Hat OpenShift Container Platform Cheat Sheet
- github.com: Openshift cheat sheet 1
- gist.github.com: Openshift cheat sheet 2
- github.com: openshift cheat sheet 3
- monodot.co.uk: openshift cheat sheet 4
- Red Hat Consulting DevOps And OpenShift Playbooks 🌟🌟🌟 Red Hat Consulting DevOps and OpenShift Playbooks are guides for implementing DevOps technical practices and container automation approaches using Red Hat commercial open source products, including OpenShift Enterprise 3. They are intended to reflect real-world experience delivering solutions through these processes and technologies.
- certdepot.net: OpenShift Free available resources 🌟🌟🌟
- blog.openshift.com: From zero to container deployment hero with OpenShift 3 (Video) 🌟🌟🌟
- blog.openshift.com: Using OpenShift 3 on your local environment 🌟
- blog.openshift.com: From Templates to Openshift Helm Charts
- developers.redhat.com: Securing .NET Core on OpenShift using HTTPS
- OpenShift Commons 🌟 Where users, partners, customers, and contributors come together to collaborate and work together on OpenShift.
- ODO: OpenShift Command line for Developers 🌟🌟🌟 OpenShift Do (Odo) is a CLI tool for developers who are writing, building, and deploying applications on OpenShift. With Odo, developers get an opinionated CLI tool that supports fast, iterative development which abstracts away Kubernetes and OpenShift concepts, thus allowing them to focus on what's most important to them: code.
E-books
- O'Reilly Free Book: DevOps with OpenShift
- O'Reilly Free Book: Openshift for developers
- Manning: Openshift in action
- Packt publishing: Learn Openshift
Online Learning
- udemy.com: Red Hat OpenShift With Jenkins: DevOps For Beginners
- udemy.com: OpenShift Enterprise v3.2 Installation and Configuration
- udemy.com: Ultimate Openshift (2018) Bootcamp by School of Devops 🌟🌟🌟🌟 With Openshift Origin 3.10 / OKD 2018, Kubernetes, Jenkins Pipelines, Prometheus, Istio, Micro Services, PaaS
Local Installers
- developers.redhat.com: Red Hat Container Development Kit
- Fabric8.io Microservices Development Platform It is an open source microservices platform based on Docker, Kubernetes and Jenkins. It is built by the Red Hat guys.The purpose of the project is to make it easy to create microservices, build, test and deploy them via Continuous Delivery pipelines then run and manage them with Continuous Improvement and ChatOps. Fabric8 installs and configures the following things for you automatically: Jenkins, Gogs, Fabric8 registry, Nexus, SonarQube.
- A few other options to use OKD locally include oc cluster up and minishift. These may be a better fit for your use case if you only need a quick throwaway environment.
- github.com/redhatdemocentral: OpenShift Container Platform Install Demo 🌟🌟
Cluster Installers
- blog.openshift.com: Installing OKD 3.10 on a Single Host 🌟🌟🌟🌟
- youtube.com: OpenShift Origin is now OKD. Installation of OKD 3.10 from start to finish
- Install RedHat OKD 3.10 on your development box: This repository is a set of scripts that will allow you easily install the latest version (3.10) of OKD in a single node fashion. What that means is that all of the services required for OKD to function (master, node, etcd, etc.) will all be installed on a single host. The script supports a custom hostname which you can provide using the interactive mode.]
- docs.okd.io: Planning your installation