Skip to content

Instantly share code, notes, and snippets.

# Ambiente Google Colab
https://colab.research.google.com/
## Creare un nuovo notebook con AI Gemini
File -> new notebook in drive
Prompt:
Visualizza in tabella il file csv https://datasets-documentation.s3.eu-west-3.amazonaws.com/1brc/stations.csv
Aggiungi una cella che spiega cosa hai fatto
@ccprogetti
ccprogetti / gist:fbd1b2b6f988716dcca0ee54e8c24fa2
Created November 28, 2024 15:31
seminario universita code snippet
#### DEMO APPLICATION ##################################
## COMANDO 1 - install demo application with command line
oc new-app java~https://github.com/andrea-cavalieri/microk8s-boot.git --as-deployment-config=false --strategy=source --name=microk8s-boot
## COMANDO 2 - Expose the app and open the url
oc expose svc/microk8s-boot
## COMANDO 3 - SCALING ##################################
oc scale --replicas=3 deployment/microk8s-boot