https://rancher.com/ logo
#k3s
Title
b

broad-waiter-15728

01/28/2023, 4:16 PM
Hi, using multipass and k3s, is it possible to push local docker image to k3s easily? The end goal is to try tilt development environment. Anyone using tilt with k3s on mac?
l

late-needle-80860

01/28/2023, 6:44 PM
Pusk container images to k3s? K3s is not an artifact repository. What do you mean more specifically?
b

broad-waiter-15728

01/29/2023, 2:32 PM
@late-needle-80860 I would like to setup a development environment for which I need to build container images and somehow let k3s pull it for deployment.
l

late-needle-80860

01/29/2023, 3:41 PM
Run e.g. nexus as an artifactory somewhere. Build and push your images to there and configure containerd that comes out of the box with k3s to pull from the artifactory that you setup
There’s official docs on how to configure containerd on k3s to pull from a priv. Registry. Look for registries.yaml to find out more
2 Views