Embed presentation
Download as PDF, PPTX





![(without introducing more risk)
kubernetes_pod { 'sample-pod':
ensure => present,
metadata => {
namespace => 'default',
},
spec => {
containers => [{
name => 'container-name',
image => 'nginx',
}],
},
}
Describe Kubernetes in Puppet](https://image.slidesharecdn.com/openshift-160905083812/85/Puppet-and-Openshift-6-320.jpg)







The document provides a quick introduction to using Puppet with OpenShift and Kubernetes, highlighting configuration examples for creating and managing pods and services. It includes sample Puppet code for defining a Kubernetes pod and a controller service pair for a guestbook application. The document also suggests additional resources for more information on creating abstractions and demos related to Puppet and Kubernetes.





![(without introducing more risk)
kubernetes_pod { 'sample-pod':
ensure => present,
metadata => {
namespace => 'default',
},
spec => {
containers => [{
name => 'container-name',
image => 'nginx',
}],
},
}
Describe Kubernetes in Puppet](https://image.slidesharecdn.com/openshift-160905083812/85/Puppet-and-Openshift-6-320.jpg)





