Skip to content

Commit

Permalink
Adds Embedded Cluster lab (#346)
Browse files Browse the repository at this point in the history
TL;DR
=====

Provides "Delivering Your Application as a Kubernetes Appliance" lab

Details
=======

Implements a lab named "Delivering Your Application as a Kubernetes
Appliance" that shows how to package and install with Slackernews with the
Replicated Embedded Cluster. 

The lab takes the user through iteratively building the Embedded Cluster
implementation of Slackernews based on the Helm chart. Once they have a
working implementation they install it as a customer then review the new
instance in the Vendor Portal.
  • Loading branch information
crdant authored Sep 13, 2024
1 parent de5ae62 commit 21c98e7
Show file tree
Hide file tree
Showing 115 changed files with 3,130 additions and 868 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd /home/replicant
mkdir /home/replicant/release
get_slackernews
yq -i '.version = "0.2.0"' slackernews/Chart.yaml
replicated_sdk_version=$(curl -qsfL https://api.github.com/repos/replicatedhq/replicated-sdk/tags | jq -r '.[0] | .name')
replicated_sdk_version=$(get_replicated_sdk_version)
yq -i ".dependencies += []" slackernews/Chart.yaml
yq -i ".dependencies += { \"name\": \"replicated\", \"repository\": \"oci://registry.replicated.com/library\", \"version\": \"${replicated_sdk_version#?}\"}" slackernews/Chart.yaml

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion instruqt/closing-information-gap/track_scripts/setup-shell
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mkdir ${HOME_DIR}/release

get_slackernews
yq -i '.version = "0.2.0"' slackernews/Chart.yaml
replicated_sdk_version=$(curl -qsfL https://api.github.com/repos/replicatedhq/replicated-sdk/tags | jq -r '.[0] | .name')
replicated_sdk_version=$(get_replicated_sdk_version)
yq -i ".dependencies = []" slackernews/Chart.yaml
yq -i ".dependencies += { \"name\": \"replicated\", \"repository\": \"oci://registry.replicated.com/library\", \"version\": \"${replicated_sdk_version#?}\"}" slackernews/Chart.yaml

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 21c98e7

Please sign in to comment.