Skip to content

Commit 34d8099

Browse files
authored
Merge pull request #1 from junior/zero-3-zero
Zero 3 zero
2 parents cd3d444 + 777dfde commit 34d8099

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1061
-524
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ crash.log
3535
.dccache
3636

3737
## vscode
38-
.vscode/
38+
.vscode/
39+
40+
## Generated files
41+
generated/

.terraform.lock.hcl

Lines changed: 60 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
# NOTE
2+
3+
**This is a pre-release version of the module, some features have not been migrated from MuShop's OKE Cluster deployment.**
4+
5+
---
6+
17
# Oracle Container Engine for Kubernetes ([OKE][oke]) Base stack
28

39
![Stack Release](https://img.shields.io/github/v/release/oracle-quickstart/oke-base.svg)
10+
![Stack Build](https://img.shields.io/github/workflow/status/oracle-quickstart/oke-base/Generate%20stacks%20and%20publish%20release?label=stack&logo=oracle&logoColor=red)
11+
![AquaSec TFSec](https://img.shields.io/github/workflow/status/oracle-quickstart/oke-base/tfsec?label=tfsec&logo=aqua)
12+
![Terraform](https://img.shields.io/badge/terraform->%3D%201.1-%235835CC.svg?logo=terraform)
13+
![Stack License](https://img.shields.io/github/license/oracle-quickstart/oke-base)
14+
![Stack Downloads](https://img.shields.io/github/downloads/oracle-quickstart/oke-base/total?logo=terraform)
415

516
This repo contains a Terraform Module for how to deploy Oracle Container Engine for [Kubernetes][kubernetes_101] ([OKE][oke]) cluster on Oracle Cloud Infrastructure ([OCI][oci]). This module is designed to be used with the [OCI Resource Manager][oci_rm] to deploy a cluster in a single step. The module can also be used with the [OCI Terraform Provider][oci_tf_provider] to deploy a cluster using local or CloudShell Terraform cli.
617

@@ -97,10 +108,11 @@ is a Terraform Module and contains many "submodules" which can be composed toget
97108

98109
| | | |
99110
|---|---|---|
100-
||[oci-cloudnative (MuShop)](https://github.com/oracle-quickstart/oci-cloudnative)| This project is a reference implementation of a cloud native microservices application on Oracle Cloud Infrastructure (OCI). It is a multi-tiered application that demonstrates how to build and deploy a cloud native application on OCI using Kubernetes, Docker, Istio and other open source technologies. |
101-
||[oke-unreal-pixel-streaming](https://github.com/oracle-quickstart/oke-unreal-pixel-streaming)| This project deploys a Kubernetes cluster on Oracle Cloud Infrastructure (OCI) and deploys the Unreal Pixel Streaming demo application on the cluster. |
102-
||[oke-sysdig](https://github.com/oracle-quickstart/oke-sysdig)|This project deploy a Sysdig Secure agent on an OKE cluster.|
103-
||[oke-snyk](https://github.com/oracle-quickstart/oke-snyk)|This project deploy a Snyk agent on an OKE cluster.|
111+
|![MuShop Logo](./docs/images/mushop-logo.png#gh-light-mode-only)![MuShop Logo - Dark Mode](./docs/images/mushop-logo-inverse.png#gh-dark-mode-only)|[oci-cloudnative (MuShop)](https://github.com/oracle-quickstart/oci-cloudnative)| This project is a reference implementation of a cloud native microservices application on Oracle Cloud Infrastructure (OCI). It is a polyglot multi-tiered application that demonstrates how to build and deploy a cloud native application on OCI using Kubernetes, Docker, Istio and other open source technologies. |
112+
||[oci-micronaut (MuShop)](https://github.com/oracle-quickstart/oci-micronaut)| This project is a fork of the original MuShop implementation which used different technologies for each individual Microservice applicationµ and is designed as a demonstration of how to use Micronaut to build applications for Oracle Cloud. |
113+
|![Unreal Logo](./docs/images/UE_Logo_horizontal_unreal-engine_black.svg#gh-light-mode-only)![Unreal Logo - Dark Mode](./docs/images/UE_Logo_horizontal_unreal-engine_white.svg#gh-dark-mode-only)|[oke-unreal-pixel-streaming](https://github.com/oracle-quickstart/oke-unreal-pixel-streaming)| This project deploys a Kubernetes cluster on Oracle Cloud Infrastructure (OCI) and deploys the Unreal Pixel Streaming demo application on the cluster. |
114+
|![Sysdig Logo](./docs/images/sysdig-logo.svg#gh-light-mode-only)![Sysdig Logo - Dark Mode](./docs/images/sysdig-logo-white-text.svg#gh-dark-mode-only)|[oke-sysdig](https://github.com/oracle-quickstart/oke-sysdig)|This project deploy a Sysdig Secure agent on an OKE cluster.|
115+
|![Snyk Logo](./docs/images/snyk-logo-black.svg#gh-light-mode-only)![Snyk Logo - Dark Mode](./docs/images/snyk-logo-white.svg#gh-dark-mode-only) |[oke-snyk](https://github.com/oracle-quickstart/oke-snyk)|This project deploy a Snyk agent on an OKE cluster.|
104116
> Several other projects, samples, demos, and customers quickstarts also uses this module or used as base.
105117
106118
## How is this Terraform Module versioned?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.3
1+
0.3.0
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)