Skip to content

Commit

Permalink
Add description for hw 28 (kubernetes) and ignore auth files
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriySh committed Dec 10, 2017
1 parent 338c01f commit 75ba882
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MacOS
*.DS_Store

# Docker compose env
# Docker env
.env

# Intellij
Expand All @@ -13,3 +13,6 @@
# Project logs
*.log
*build_info.txt

# Kubernetes
kubernetes/kubernetes_the_hard_way/auth
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -879,3 +879,14 @@ At the end remove docker containers and remote instance of docker machine
~swarm$ docker-machine kill $(docker-machine ls -q)
~swarm$ docker-machine rm $(docker-machine ls -q)
```

## Homework 28

[Kubernetes](https://kubernetes.io) is a system for automating deployment, scaling, and management of containerized applications.
It groups containers that make up an application into logical units for easy management and discovery.

[Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way) is a guide written by Kelsey Hightower,
Developer Advocate from [Google, Inc](https://www.google.com/intl/en_en/about/our-company/).
It is optimized for learning to ensure you understand each task required to bootstrap a Kubernetes cluster.


0 comments on commit 75ba882

Please sign in to comment.