Git Product home page Git Product logo

cloudtestdrive's Introduction

Cloud Test Drive Overview page

Introduction

This project contains the lab materials for the Cloud Test Drive events organized in various locations. Participants can experiment through these labs with a series of Oracle Cloud Services.

During this day you will be able to experience the various cloud services hands-on. Below you find the link to all labs available :

Application Development

  • Getting started with Kubernetes Clusters on OCI A simple lab spinning up a Kubernetes container and deploying a hello-world application
  • Microservices using Autonomous ATP and Managed Containers This lab will cover the complete setup of Developer Cloud, a Kubernetes Cluster and an Autonomous Database, and then build the CI/CD flow to deploy a Node-based microservice onto this infrastructure, starting from a fresh Cloud Free Trial. If you are joining an instructor-led Cloud Test Drive lab, your instructor might ask you to follow this alternative version of the lab.
  • GitOps with Oracle Kubernetes Engine (OKE) : learn how to use Oracle managed Kubernetes with the GitOps approach, a new paradigm of implementing Continuous Delivery (CD) for cloud-native applications.

WebLogic Labs

Data Integration & Data Mesh

  • Data Mesh Lab : connecting a Monolith application with a Microservice

Autonomous Databases

BlockChain

Data Science

Enterprise JavaScript User Interface Development

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide

Security

Please consult the security guide for our responsible security vulnerability disclosure process

Installation

This repo only contains lab instructions, there is no installation needed.

License

Copyright (c) 2019, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0

cloudtestdrive's People

Contributors

amyles avatar atimgraves avatar bogdaneremia avatar costinc2002 avatar cpeytier avatar cpretzer avatar crush-157 avatar deton57 avatar eugsim1 avatar felix0102 avatar hyder avatar janleemans avatar jlklooste avatar jlklooste-oracle avatar joshisid avatar julioo avatar kaddeoucif avatar klimzi avatar lesiachaban avatar lsarecz avatar lyudmil-pelov avatar markmundy avatar mel-a-m avatar shlayel avatar spavlusieva avatar stephanemoriceau avatar streamnsight avatar synuora avatar tmcginn avatar yunyidi-han avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloudtestdrive's Issues

Error in command

In the Service Mesh Install and Setup

In the part 5d, step 2:
You ask to run the command:
kubectl apply -f ingressLinkerdRules-kubectl config current-context.yaml`

But the correct code to run is:

kubectl apply -f ingressLinkerdRules.yaml

Lab 3 - Step 2 - Terraform Error: Attempt to index null value

I am see this error when I try to run terraform plan

Error: Attempt to index null value

on k8s.tf line 35, in resource "oci_containerengine_node_pool" "K8S_pool1":
35: availability_domain = lookup(data.oci_identity_availability_domains.ads.availability_domains[0],"name")
|----------------
| data.oci_identity_availability_domains.ads.availability_domains is null

This value is null, so it does not have any indices.

Typo on /ATP/APEX/L200.md

The escape characters for javascript expression to concatenate the postcode and the city needs a new line (return) on the last line to be properly rendered.

Let me know if administrator prefers a pull request.

Link to file

", " +
$v("P6_POSTAL_CODE").replace(",", " ") + 
", " +
$v("P6_CITY").replace(",", " ")

Vs.

", " +
$v("P6_POSTAL_CODE").replace(",", " ") + 
", " +
$v("P6_CITY").replace(",", " ")```
This line doesn't belong to this code snippet. but the triple quote in previous line mess it around.

Question to Oracle webcast event: Live Virtual Lab: Microservices on Kubernetes and Autonomous Database, 28th November

The lab guide:
https://github.com/oracle/cloudtestdrive/blob/master/AppDev/ATP-OKE/README.md

I was at the last step (part 5 , step 6) of the lab exercise and got en error

I might not be at the right forum, then I will like to know where I should send this question to.

At Part 5 step 6 of the lab when I accessing : http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#%21/overview?namespace=default.

I got this error for developments, pods, replica sets, I think the error is because "/opt/oracle/lib/wallet_NODEAPPDB2" cannot be located.

.SetUp failed for volume "db-wallet" : secrets "db-wallet" not found

my atp2.yaml:

apiVersion: apps/v1beta1

kind: Deployment

metadata:

name: atp2

spec:

selector:

matchLabels:

  app: atp2

replicas: 1 # deployment runs 1 pods matching the template

template: # create pods using pod definition in this template

metadata:

  labels:

    app: atp2

spec:

  containers:

  - name: atp2

    image: fra.ocir.io/frvptrimr9jb/tpk_repo/atp01:latest

    imagePullPolicy: Always

    volumeMounts:

     - mountPath: "/opt/oracle/lib/wallet_NODEAPPDB2"

       name: db-wallet

       readOnly: true

    ports:

    - containerPort: 3050 #Endpoint is at port 80 in the container

  imagePullSecrets:

  - name: tpk-ocirsecret

  volumes:

    - name: db-wallet

      secret:

        secretName: db-wallet

apiVersion: v1

kind: Service

metadata:

name: atp2

spec:

type: NodePort #Exposes the service as a node port

ports:

  • port: 3050

    protocol: TCP

    targetPort: 3050

selector:

app: atp2

/Kwan

broken links

Hello Jan, part 1 and part 2 have broken links

Deployed demo site doesn't work

After following the tutorial, the using the ip to acces the demo deployed site doesn't work. Build runs ok.
[2021-04-25 13:02:15] + kubectl get pods
[2021-04-25 13:02:18] NAME READY STATUS RESTARTS AGE
[2021-04-25 13:02:18] atp2-75ffb788cc-svsct 0/1 ImagePullBackOff 0 6s

Pod description

Events:
Type Reason Age From Message


Normal Scheduled 25m default-scheduler Successfully assigned default/atp2-75ffb788cc-svsct to 10.0.10.154
Normal Pulling 24m (x4 over 25m) kubelet Pulling image "fra.ocir.io/fri8nesdgloc/atpdocker_pi/atp01:latest"
Warning Failed 24m (x4 over 25m) kubelet Failed to pull image "fra.ocir.io/fri8nesdgloc/atpdocker_pi/atp01:latest": rpc error: code = Unknown desc = Get "https://fra.ocir.io/v2/fri8nesdgloc/atpdocker_pi/atp01/manifests/latest": unknown: Unauthorized
Warning Failed 24m (x4 over 25m) kubelet Error: ErrImagePull
Warning Failed 5m43s (x87 over 25m) kubelet Error: ImagePullBackOff
Normal BackOff 36s (x110 over 25m) kubelet Back-off pulling image "fra.ocir.io/fri8nesdgloc/atpdocker_pi/atp01:latest"

https://github.com/oracle/cloudtestdrive/blob/master/AppDev/ATP-OKE/LabGuide670DeployDocker.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.