Skip to content

JicLotus/kubernetes-deployment-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Description

This repo was created to suport files for this article

https://medium.com/@joseignaciocastelli92/how-to-create-local-and-cloud-kubernetes-deployments-using-minikube-and-kops-eb4ec4600718

The idea here is to use these two deployment yaml kubernetes files to make local and live deployments. We are going to create two services, one for Mysql and another for a simple WordPress. Each ones will be comunicated

Creating a deployment

  • kubectl apply -f ./mysql-deployment.yaml
  • kubectl apply -f ./wordpress-deployment.yaml

Checking deployment status

  • kubectl get deployments

Describing WordPress service

  • kubectl describe services wordpress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published