Manuals¶
This section will cover various administrative tasks that one might need when running a Kubernetes cluster in general (and Wire).
Test an ingress is working from inside the cluster¶
Source the d alias from our script if you haven't done so already.
List out Fetch the IP address of your ingress-nginx-controller-controller
LoadBalancer with:
Get the full name of your fake-aws-sns
pod with:
Log onto the SNS pod with:
This will drop you into a bash shell. In here, run:
You should get a valid response and the HTML of webapp if all is working correctly.
Load an image into containerd in an offline/airgapped environment¶
If you ever need to load an image in an offline/airgapped environment for an important security update of a Wire or Kubernetes component. First, download the new release you will be installing. For example, with docker:
Now save it in .tar
and replace the forward slashes and colons with underscores, like this:
Now copy the .tar
file over to all of your kubernetes hosts.
Load it into containerd with:
Verify the image is in the containerd list after import with:
The image is now ready to be used.