All Projects → kelseyhightower → Pipeline

kelseyhightower / Pipeline

A step by step guide on creating build and deployment pipelines for Kubernetes.

Projects that are alternatives of or similar to Pipeline

Kube Resource Report
Report Kubernetes cluster and pod resource requests vs usage and generate static HTML
Stars: ✭ 683 (-7.83%)
Mutual labels:  kubernetes-cluster
Nodejs Getting Started
A tutorial for creating a complete application using Node.js on Google Cloud Platform
Stars: ✭ 705 (-4.86%)
Mutual labels:  tutorial
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+863.56%)
Mutual labels:  tutorial
Gltut
Learning Modern 3D Graphics Programming
Stars: ✭ 690 (-6.88%)
Mutual labels:  tutorial
Containerum
Web UI for Kubernetes with teamwork and CI/CD support
Stars: ✭ 702 (-5.26%)
Mutual labels:  kubernetes-cluster
Node In Debugging
《Node.js 调试指南》
Stars: ✭ 6,139 (+728.48%)
Mutual labels:  tutorial
Flutter planets tutorial
The Flutter Planets app tutorial with commits per lesson
Stars: ✭ 682 (-7.96%)
Mutual labels:  tutorial
Getting Things Done With Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.
Stars: ✭ 738 (-0.4%)
Mutual labels:  tutorial
Expo Crossy Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (-5.4%)
Mutual labels:  tutorial
Juliatutorials
Learn Julia via interactive tutorials!
Stars: ✭ 732 (-1.21%)
Mutual labels:  tutorial
The Way To Go zh cn
《The Way to Go》中文译本,中文正式名《Go 入门指南》
Stars: ✭ 28,323 (+3722.27%)
Mutual labels:  tutorial
Network Analysis Made Simple
An introduction to network analysis and applied graph theory using Python and NetworkX
Stars: ✭ 700 (-5.53%)
Mutual labels:  tutorial
Pdb Tutorial
A simple tutorial about effectively using pdb
Stars: ✭ 720 (-2.83%)
Mutual labels:  tutorial
Naacl transfer learning tutorial
Repository of code for the tutorial on Transfer Learning in NLP held at NAACL 2019 in Minneapolis, MN, USA
Stars: ✭ 687 (-7.29%)
Mutual labels:  tutorial
Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+874.49%)
Mutual labels:  tutorial
Gentle Intro
A gentle Rust tutorial
Stars: ✭ 682 (-7.96%)
Mutual labels:  tutorial
Go Mega
✨🤟✨Go-Mega Tutorial for Go Web Develop | Demo: https://go-mega.herokuapp.com
Stars: ✭ 713 (-3.78%)
Mutual labels:  tutorial
Kubernetes Gpu Guide
This guide should help fellow researchers and hobbyists to easily automate and accelerate there deep leaning training with their own Kubernetes GPU cluster.
Stars: ✭ 740 (-0.13%)
Mutual labels:  kubernetes-cluster
Project Based Tutorials In C
A curated list of project-based tutorials in C
Stars: ✭ 7,979 (+976.79%)
Mutual labels:  tutorial
Spring Boot Websocket Chat Demo
Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol
Stars: ✭ 726 (-2.02%)
Mutual labels:  tutorial

pipeline

The pipeline tutorial walks you through creating an end-to-end deployment pipeline using Cloud Container Builder, GitHub, and multiple Kubernetes clusters.

This tutorial will demonstrate how to propagate a Kubernetes deployment through multiple environments, each backed by a dedicated Kubernetes cluster, using a collection of Kubernetes manifest files across a set of GitHub repositories representing each environment.

The use of multiple Kubernetes clusters and GitHub repositories enables fine grained access control for each environment and streamlines automated build steps targeting those environments.

The Application

This tutorial will set up a pipeline to deploy the pipeline application, a simple Go application with the following HTTP endpoints:

  • / - responds with "Hello world!"
  • /health - responds with HTTP status code 200
  • /version - responds with the application version (v2.0.0)

Prerequisites

Tutorial

Cleanup

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].