Code Monkey home page Code Monkey logo

killercoda's Introduction

OpenFeature Killercoda Tutorials

This repository holds the "tutorials as code" definitions for the OpenFeature Killercoda account.

Most likely you want to use the tutorials. In which case, head here: https://killercoda.com/open-feature

If you want to suggest, make improvements or contribute new tutorials, you are in the right place. Create a PR or an issue and the team will be in touch.

killercoda's People

Contributors

aepfli avatar agardnerit avatar beeme1mr avatar satishkumarsajjan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

killercoda's Issues

Update OFO demos to v1beta1, and lock OFO to specific version

The OFO demo currently pulls in the latest (0.5.3) version of OFO, but uses deprecated CRs, so things don't work. The migrations here) should be applied to the CRs.

We should also lock the version of OFO used to a specific one, so that this doesn't happen again.

nohup port-forward unreliable

The current nohup port-forward command in the operator tutorial is unreliable.

Move this to a user-activated port-forwarding as a 502 at initial startup is not a good look & can lead to the user thinking it's broken and not progressing.

Operator tutorial outdated

The killercoda Operator tutorial is outdated and broken. Thanks @salaboy who made me realise this.

  1. Helm chart is now open-feature/open-feature-operator not open-feature/ofo
  2. Need kubectl create namespace open-feature-demo
  3. kubectl apply end-to-end.yaml needs a namespace added
  4. Need to create a standlone featureflagconfiguration for two reasons: 1) It makes editing more logical. 2) kubectl applying end-to-end fails as it contains the service which is already bound to port 30000.
  5. Move the port-forwarding to a nohup operation in the creation script

In short, this issue will fix the OpenFeature operator Killercoda tutorial and bring it up to date.

Lock playground to v0.6.3

Currently the openfeature-demo tutorial (https://bit.ly/openfeaturedemo) git clones the HEADofmain`.

To allow main to be used without fear of updates breaking the demo, the tutorial should be pinned to a particular tag - updates will then be done by updating the tag as new playground apps come out.

This will give devs the confidence to push to main and know they aren't going to break the demo applications.

How?

Change:

git clone https://github.com/open-feature/playground
cd playground

to:

git clone https://github.com/open-feature/playground
cd playground
git fetch --all --tags
git checkout tags/v0.6.3

Where?

https://github.com/open-feature/killercoda/blob/main/openfeature-demo/assets/scripts/foreground.sh

Resolve tracking for killercoda demos

I've implemented the lambda tracking but Killercoda isn't syncing the latest.

Spoken to killercoda support and they see the drift too. The live version isn't what is in GitHub. ie. The lambda calls aren't actually live yet.

This leads me to believe the webhook in the GitHub repos isn't firing.

Killercoda says:

The version ucrrently active on Killercoda seems not to be the latest one when comparing to Github. Profile says "Last updated at 2023-03-22 02:27:31 UTC". There are no errors for the repository pdates.

Best would be to log into the Killercoda account and hit the "webhook call" button.

Problem: I am not able to log into the OpenFeature GitHub account to diagnose this further. Mike, can you add me or do the above?

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.