Skip to content

Commit

Permalink
Merge pull request #278 from mlittlec/main
Browse files Browse the repository at this point in the history
Add Verrazzano track to site
  • Loading branch information
mlittlec authored Sep 18, 2023
2 parents c989812 + 5ccd020 commit 638fa30
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 0 deletions.
Binary file added assets/img/vz/vz-1200x200-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/vz/vz-banner-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/vz/vz-section-deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/vz/vz-section-intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@
pageRef = "vbox/vbox"
weight = 90

[[main]]
name = "Oracle Verrazzano Enterprise Container Platform"
identifier = "t10"
parent = "t"
pageRef = "vz/vz"
weight = 100

[[main]]
name = "Blogs"
#pageRef = "tags"
Expand Down
8 changes: 8 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ These tracks provide you with immediate learning opportunities consisting of hun

---

{{< figure src="img/vz/vz-banner-v2.png" alt="Oracle Verrazzano Enterprise Container Platform separator graphic" href="vbox/vbox" >}}

## [Oracle Verrazzano Enterprise Container Platform](vz/vz)

{{< lead >}} Learn to use Oracle Verrazzano Enterprise Container Platform, the open source, easy-to-adopt container platform for managing applications and Kubernetes clusters across clouds. {{< /lead >}}

---

<!-- <div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
{{< icon "triangle-exclamation" >}}
Expand Down
68 changes: 68 additions & 0 deletions content/vz/vz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
title: "Welcome to Oracle Verrazzano Enterprise Container Platform Track"
date: 2023-09-18
draft: false
description: "Welcome to Oracle Verrazzano Enterprise Container Platform Track"
summary: "This track contains labs to facilitate your usage of the technologies, software and tools used by Oracle to develop microservices-based applications that can be deployed in environments that support open standards and specifications. Information and videos presented here cover Microservices technologies which are components of the Oracle Verrazzano Enterprise Container Platform, as well as additional technologies to help you expand your learning of microservices."
tags: ["Verrazzano", "Oracle Verrazzano Enterprise Container Platform", "Kubernetes" ]
slug: "vz"
showRecent: false
showDate: false
showLikes: false
showViews: false
showEdit: false
showReadingTime: false
showAuthor: false
showDateUpdated : false
sharingLinks : false
cascade:
showDate: false
showAuthor: false
invertPagination: true
aliases:
- /vz/vz.html
---

{{< figure src="/img/vz/vz-1200x1200-banner.png" alt="Oracle Verrazzano Enterprise Container Platform Track" >}}

---

{{< lead >}} Oracle Verrazzano Enterprise Container Platform is a fully integrated suite for the development and management of cloud-native applications.

Oracle Verrazzano Enterprise Container Platform is an end-to-end enterprise container platform for deploying cloud native and traditional applications in multi-cloud environments. It is made up of a curated set of open source components – many that you may already use and trust, and some that were written specifically to pull together all of the pieces that make Verrazzano a cohesive and easy to use platform. {{< /lead >}}

---

{{< figure src="/img/vz/vz-section-deploy.png" alt="Deploy Oracle Verrazzano Enterprise Container Platform Deployment section banner" >}}

## Deployments and Usage

Each Oracle LiveLabs workshop provides step-by-step procedures to complete specific tasks in a user provided Oracle Cloud Infrastructure environment.

### [Modern Application Development with Oracle Kubernetes Environment and Oracle Verrazzano Enterprise Container Platform](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3614)

This lab offers an introductory level, hands-on session with installation of Oracle Verrazzano Enterprise Container Platform, deployment of a microservice application built with Helidon. You will also explore Verrazzano tools, including OpenSearch, Grafana and Prometheus.

---

### [Oracle Verrazzano Fundamentals](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=853)

This lab offers an introductory level, hands-on session with installation of Oracle Verrazzano Enterprise Container Platform, deployment of a Java Platform, Enterprise Edition (Java EE) application running on Oracle WebLogic Server + Microservices built using Helidon, Updating and redeployment of Microservice. You will also explore Verrazzano tools, including OpenSearch, Grafana and Prometheus.

---

### [Modern Application Development with Oracle Kubernetes Environment and Oracle Verrazzano Enterprise Container Platform](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3323)

This lab offers an introductory level, hands-on session with installation of Oracle Verrazzano Enterprise Container Platform, build and deployment of a microservice application built with Helidon. You will also explore Verrazzano tools, including OpenSearch, Grafana and Prometheus.

---

### [Deploy a Spring Boot application to Oracle Cloud Infrastructure Container Engine for Kubernetes using Oracle Verrazzano Enterprise Container Platform](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3680)

This lab offers an introductory level, hands-on session with installation of Oracle Verrazzano Enterprise Container Platform, build and deployment of a microservice application built with Spring boot. You will also explore Verrazzano tools, including OpenSearch, Grafana and Prometheus.

---

### [Deploy a Tomcat application to Oracle Cloud Infrastructure Container Engine for Kubernetes using Oracle Verrazzano Enterprise Container Platform](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3621)

This lab offers an introductory level, hands-on session with installation of Oracle Verrazzano Enterprise Container Platform, build and deployment of a Java application running on Tomcat. You will also explore Verrazzano tools, including OpenSearch, Grafana and Prometheus.

0 comments on commit 638fa30

Please sign in to comment.