Skip to content

Commit

Permalink
image bumps (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gordon Bell authored Oct 20, 2023
1 parent 71c89bb commit e9dbe72
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions blog/_posts/2023-10-18-nomad-vs-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ Nomad can be used on major cloud providers, but it [takes time to set up](https:

Kubernetes is also easy to download and install, and offers guidance on its site to do so, although it isn't immediately clear which of the several options available is the best choice for a beginner.

<div class="wide">
![Using kubectl from the command line to create pods]({{site.images}}{{page.slug}}/TNdcKWQ.png)
</div>
~~~{.bash caption=">_"}
> kubectl create -f ./pod.json
~~~

<figcaption>Using kubectl from the command line to create pods</figcaption>

There are various tasks to be worked through when self-hosting with Kubernetes, including virtual machine (VM) creation and provisioning. You'll also need to get to know [kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/) for cluster management. kubectl is a command line utility for working with Kubernetes and is central to many of its workflows.

Expand Down
3 changes: 2 additions & 1 deletion blog/_posts/2023-10-24-golang-chi.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ This gives you the option to change the storage for the handler when you're test
To test the endpoints, create a `books_test.go` file and create a fake implementation of the books storage:

~~~{.go caption="books_test.go"}
{% raw %}
package main

import (
Expand Down Expand Up @@ -702,7 +703,7 @@ func (s fakeStorage) Create(_ Book) {
func (s fakeStorage) Update(*string,* Book) *Book {
return fakeBooks[1]
}

{% endraw %}
~~~

Then use this fake implementation for the unit test:
Expand Down
Binary file modified blog/assets/images/authors/osinachi-chukwujama.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blog/assets/images/nomad-vs-kubernetes/IJWo0df.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blog/assets/images/powerline10k/9390.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blog/assets/images/powerline10k/9460.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 e9dbe72

Please sign in to comment.