Skip to content

Commit cadc48a

Browse files
committed
add a couple of static site and docker resources
1 parent 87a7fe1 commit cadc48a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

content/pages/04-web-development/31-static-site-generator.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ deployment.
224224
Note that you cannot currently use HTTPS on Google Storage servers, which is a
225225
major downside.
226226

227+
* [scar](https://github.com/cloudkj/scar) is an open source tool for
228+
making static site deployments and redeployments to Amazon Web Services
229+
easier.
230+
227231
* [Deploying a Static Blog with Continuous Integration](https://www.loxodrome.io/post/hugo-on-ci/)
228232
uses a Hugo (a Golang-based static site generator) generated site
229233
as an example but the instructions can easily be used to deploy

content/pages/05-deployment/36-docker.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
9797
This article is a great way to bridge what you know about Docker with a more
9898
traditional Linux operating system architecture understanding.
9999

100+
* [Improve your Dockerfile, best practices](https://dev.to/azure/improve-your-dockerfile-best-practices-5ll)
101+
covers image size, layers, starting scripts and LABEL.
102+
100103
* This post gives an overview and
101104
[comparison of Docker GUIs](https://blog.codeship.com/docker-guis/) which can be
102105
handy for monitoring your Docker containers.

content/pages/05-deployment/37-kubernetes.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ applications.
8585
of performing everything through automation like you normally would after
8686
you understand how to use the tool.
8787

88+
* [Kubernetes Any% Speedrun](https://elliot.pro/blog/kubernetes-any-percent-speedrun.html)
89+
hilariously presents the pain of using Kubernetes and gives the basic
90+
steps for getting a deployment up and running.
91+
8892
* [Kubernetes by Example](http://kubernetesbyexample.com/) provides the
8993
commands and code for you to get started with the core Kubernetes concepts.
9094

0 commit comments

Comments
 (0)