I hereby claim:
- I am dudash on github.
- I am dudash (https://keybase.io/dudash) on keybase.
- I have a public key ASAdVOl-PxBvCETOeqRGSlZi3nBJve6sulWkS6j0WDIc4Ao
To claim this, I am signing this object:
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: openshift-serverless | |
| --- | |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: openshift-workspaces |
| alias oc='noglob oc' |
I hereby claim:
To claim this, I am signing this object:
👉 Add a MachineSet for GPU Workers by exporting an existing worker's MachineSet and switching the instance type, name, and selflink. You have some choices here depending on what you want to do.
They're not cheap so check costs before picking, I demo with the g4dn.4xlarge (currently costs $1.204/hr)
| apiVersion: keycloak.org/v1alpha1 | |
| kind: Keycloak | |
| metadata: | |
| name: demo-oidc | |
| namespace: demo-oidc | |
| spec: | |
| extensions: {} | |
| externalAccess: | |
| enabled: true | |
| externalDatabase: |
This assumes you have a ROSA cluster and you have added an OIDC provider for the cluster. We will walk through the steps to auth ROSA pods to access specific S3 buckets. Instead of creating and distributing your AWS credentials to the containers or using the Amazon EC2 instance’s role, we will create a IAM Policy and Role (with federated identity) and associate it to some of the built-in ROSA service accounts.
aws configure --profile rosa-demo
....answer questions....
export AWS_PROFILE=rosa-demo
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: awscli | |
| spec: | |
| containers: | |
| - name: awscli | |
| image: amazon/aws-cli:latest | |
| # Just spin & wait forever | |
| command: [ "/bin/bash", "-c", "--" ] |
| <map version="1.0.1"> | |
| <!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net --> | |
| <node CREATED="1579015595111" ID="ID_510040451" MODIFIED="1580911541873" TEXT="endlesspods"> | |
| <node CREATED="1579016027245" ID="ID_828208452" MODIFIED="1579017057073" POSITION="left" TEXT="original design doc"> | |
| <node CREATED="1579016030182" ID="ID_1709960551" MODIFIED="1579016032070" TEXT="The game will start with the OpenShift Web Console UI when deleting a project and at the moment when the click goes to the confirm button it zooms in to the project's inside. Inside the project, there is a pod that notices that everything is starting to fall apart so it starts to run. The objective of the game is to run the most you can. Is an endless runner so there is no end to the game. The more you run, the higher your ranking goes. "/> | |
| </node> | |
| <node CREATED="1579015614658" ID="ID_747976525" MODIFIED="1579017129332" POSITION="right" TEXT="gameplay"> | |
| <node CREATED="1579015621101" ID="I |
Putting together a list of resources to share around ramping up on AI and Machine Learning. At least initially this will focus on things that my friends, who also have a vested interest in cloud computing (containers, k8s, microservices), will care about.
TBD
+-------------------------+
| |