This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #### 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 |