#166: Added script that runs 42's image in a local Kubernetes cluster#167
Merged
ericstoneking merged 2 commits intoericstoneking:masterfrom May 12, 2025
haisamido:issue_166
Merged
#166: Added script that runs 42's image in a local Kubernetes cluster#167ericstoneking merged 2 commits intoericstoneking:masterfrom haisamido:issue_166
ericstoneking merged 2 commits intoericstoneking:masterfrom
haisamido:issue_166
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue(s):
#166 : add capability to run 42 docker/podman image in a local Kubernetes cluster. Remote Kubernetes will also be possible at some point.
This ticket has no impact on 42's native code base
Overview:
Added script that runs 42's image in a local Kubernetes cluster via podman-desktop and kind. This capability will ultimately be needed for nos3 instantiations on Kubernetes clusters.
Verify
run
./containers/kubernetes/kubernetes.shExpected Results:
Within about 180 seconds, after

./containers/kubernetes/kubernetes.shis started you'll be able to view 42 in a vnc webserver via http://localhost:30080/vnc.html and then click onConnectand be able to seeDependencies:
Optional
k9s view:
Known issue(s)
ERROR: invalid tag "ghcr.io/ericstoneking/42:167/merge": invalid reference formatwhich will be fixed in #168 and has no impact on 42's code base.