Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 906279a

Browse files
committedJul 12, 2018
Added June event, still need to update sponsors, but ran out of time
1 parent 4f75c32 commit 906279a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
 

‎README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# BrumPHP
22

33
Birmingham PHP community.
4+
5+
## Run it locally
6+
7+
This is a Jekyll site so their documentation applies. For all of you developers with no access to their docs, you'll need ruby installed:
8+
9+
```sh
10+
# Install Jekyll and Bundler gems through RubyGems
11+
gem install jekyll bundler
12+
13+
# Install dependencies
14+
bundle install
15+
16+
# Build the site on the preview server
17+
bundle exec jekyll serve
18+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: A Brief Tour of Kubernetes with Max Woolf
3+
date: Thu Jun 28 2018
4+
description: >
5+
This month we have Max Woolf talk on one of the main container orchestration tools at the DevOps engineers' disposal: Kubernetes.
6+
7+
We'll scratch the surface of Kubernetes, how its various components work and how to control a cluster from the command line. We'll also touch on when it's a good idea to use Kubernetes, reasons for using it over more traditional methods of application deployment and discuss the pros and cons of various managed Kubernetes solutions.
8+
9+
link: https://www.meetup.com/brumphp/events/250409257/
10+
location: Talis
11+
uuid: 07261afa-c6ce-4640-b1ac-1aa3d568a2f6
12+
layout: event
13+
---

0 commit comments

Comments
 (0)
Please sign in to comment.