Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denniszielke/phoenix
Containerize your enterprise - tutorials and resources for learning Kubernetes hands on using azure!
https://github.com/denniszielke/phoenix
aks azure devops github go hackathon kubernetes tutorial vsts
Last synced: 4 days ago
JSON representation
Containerize your enterprise - tutorials and resources for learning Kubernetes hands on using azure!
- Host: GitHub
- URL: https://github.com/denniszielke/phoenix
- Owner: denniszielke
- Created: 2017-10-13T07:06:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T19:47:38.000Z (7 months ago)
- Last Synced: 2025-01-20T20:15:24.323Z (12 days ago)
- Topics: aks, azure, devops, github, go, hackathon, kubernetes, tutorial, vsts
- Language: Shell
- Homepage:
- Size: 29.5 MB
- Stars: 114
- Watchers: 15
- Forks: 158
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Phoenix - Containerize your enterprize
Welcome to project Phoenix - a hands on workshop to practice container technology in the enterprise.## What do we want to achieve?
After the workshop you should have hands on experience with:
1. Defining application and system architectures for containers.
2. Configuration options for automatic upgrades for containerized workloads.
3. Unterstanding of Kubernetes objects (Pods, Services, Deployments, Secrets) and their usage for multi container applications.
4. Gaining operational insights by logging and monitoring of your containerized worloads.
5. Securing ingress and network communication paths to and inside your cluster
6. Learn about advanced continous deployment process for your apps## Your path to there
1. [Set up](challenges.0.md) your system.
2. Accomplish the [Single Loop Challenge](challenges.1.md) and learn about container basics and Azure Container Instances for single container applications.
3. Do the [Kubernetes 101 Challenges](challenges.2.md) and learn about Kubernetes basic concepts (pods and services),deploy a container to your cluster and make it available in the internet.
4. Face [the Kubernetes Multicontainer Challenge](challenges.3.md) and deploy a complex multi container application update with zero downtime using an end to end automated azure devops pipeline.
5. Professionalize your operations using insights in the [Operations and Application Insights Challenge](challenges.4.md). Upgrade your application with another backend implementation written in Go, meassure the performance, reason about the performance metrics using Application Insights and if the new version is not good enough perform a rollback - without downtime.
6. Secure your application for enterprise use case by using secure ingress, network policies, auth proxy and keyvault. [Security Challenge](challenges.5.md).
7. Implement continous blue green deployments by using ingress