Skip to content

Conversation

@zmitchell
Copy link
Member

No description provided.

zmitchell and others added 30 commits October 22, 2025 10:00
Fills out the introduction page, which explains what this is and a basic
workflow.
kind uses containers not VMs
Use the flox-kind-demo repo to give a somewhat real-world example,
running a webserver with Redis
Add example page walking through kind-demo
feat: self-managed kubernetes install + upgrade + uninstall
It's not correct to say that the container image is "not used" because
it gets unpacked as the rootfs that we make changes to.

Given this spec:

```
      containers:
        - name: hello-empty
          image: flox/empty:1.0.0
          command: ["sleep", "infinity"]
        - name: hello-alpine
          image: alpine:3
          command: ["sleep", "infinity"]
```

One uses Alpine as the base and the other doesn't:

```
% kc exec deploy/hello -c hello-alpine -- cat /etc/alpine-release
3.22.2
% kc exec deploy/hello -c hello-empty -- cat /etc/alpine-release
cat: /etc/alpine-release: No such file or directory
```

Created this ticket if we later want to implement it as a feature:

- flox/containerd-shim-flox#41

I've also renamed the container from "empty" to "echoip" to indicate
what it contains and is doing.
fix(k8s): Fix comments about container image
djsauble and others added 7 commits November 6, 2025 14:41
feat: add GitLab CI example
So that it doesn't horizontally scroll and is easier to read.
docs(k8s): Wrap flox auth token command
So that users aren't surprised by expiry and can find a more robust
alternative for production use.

Co-authored-by: Zach Mitchell <[email protected]>
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 7, 2025
@github-actions github-actions bot temporarily deployed to k8s-docs November 7, 2025 22:53 Inactive
@github-actions
Copy link

github-actions bot commented Nov 7, 2025

@github-actions github-actions bot temporarily deployed to k8s-docs November 7, 2025 22:55 Inactive
@github-actions
Copy link

github-actions bot commented Nov 7, 2025

@github-actions github-actions bot temporarily deployed to k8s-docs November 7, 2025 23:11 Inactive
@github-actions
Copy link

github-actions bot commented Nov 8, 2025

@github-actions github-actions bot temporarily deployed to k8s-docs November 8, 2025 03:33 Inactive
@github-actions
Copy link

github-actions bot commented Nov 8, 2025

@github-actions
Copy link

github-actions bot commented Nov 9, 2025

@garbas garbas merged commit 90c0c2a into main Nov 10, 2025
4 checks passed
@garbas garbas changed the title K8s docs (HOLD) K8s docs Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants