What I used in this lab ;)
- k3s : https://k3s.io/
- k3s documentation : https://rancher.com/docs/k3s/latest/en/
{ | |
"image": "docker.io/python:3.13", | |
"forwardPorts": [3000], | |
"customizations": { | |
"vscode": { | |
"extensions": [ | |
"ms-python.python", | |
"ms-python.debugpy", | |
"ms-python.pylint", | |
"redhat.vscode-yaml", |
What I used in this lab ;)