Skip to content

Commit

Permalink
chore: update image
Browse files Browse the repository at this point in the history
  • Loading branch information
kainlite committed Jan 11, 2025
1 parent f391a55 commit abdf6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions priv/posts/2025/01-10-kubernetes-permanent-port-forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description: "We will see how to craft and use a tool to manage our Kubernetes port-forward...",
tags: ~w(kubernetes rust),
published: true,
image: "rust.png",
image: "kube-forward.png",
sponsored: false,
video: "",
lang: "en"
Expand All @@ -20,7 +20,7 @@ check the releases page as there are already binaries pre-compiled via github ac
let me know if you try the others and they work!

A few notes, be sure that the ports you are using are free, also have the right Kubernetes configuration exported as the
client will autodetect the default context.
client will auto-detect the default context.

<br />

Expand Down Expand Up @@ -92,7 +92,7 @@ port_forward_connected{service="kube-forward",forward="postgres"} 1
<br />

##### **The code**
At the moment of this writting the code looks something like this (I will put only 2 files, there are more types, etc
At the moment of this writing the code looks something like this (I will put only 2 files, there are more types, etc
but with these you will get the idea of what the code is doing and how), this is the `main.rs` file.
```elixir
use anyhow::Result;
Expand Down Expand Up @@ -659,7 +659,7 @@ let me know how it goes! Until next time!
description: "Vamos a ver como crear e usar una pequeña herramienta para manejar varios puertos redirigidos... ",
tags: ~w(kubernetes rust),
published: true,
image: "rust.png",
image: "kube-forward.png",
sponsored: false,
video: "",
lang: "es"
Expand Down
Binary file added priv/static/images/kube-forward.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abdf6b1

Please sign in to comment.