Puppet Kubernetes What all Kubernetes features does puppetlabs kubernetes module support

0 votes
What all kubernetes features does this module support? Can i use persistent volume claims as i could do in kubernetes?
Aug 22, 2019 in Puppet by Jhon
1,088 views

1 answer to this question.

0 votes

The module currently supports types for

  • kubernetes_pod

  • kubernetes_service

  • kubernetes_replication_controller

  • kubernetes_node

  • kubernetes_event

  • kubernetes_endpoint

  • kubernetes_namespace

  • kubernetes_secret

  • kubernetes_resource_quota

  • kubernetes_limit_range

  • kubernetes_peristent_volume

  • kubernetes_persistent_volume_claim

  • kubernetes_component_status

  • kubernetes_service_account

Not all of these can be created via the API, but all are available to query using the power of puppet resource. 

For instance, if you want to know the current nodes in your Kubernetes cluster you can run:

$ puppet resource kubernetes_node

Puppet resource can also be used to export the state of a running cluster to Puppet manifests, which can be used as the base for maintaining the state of the cluster over time.

answered Aug 22, 2019 by Sirajul
• 59,230 points

Related Questions In Puppet

0 votes
1 answer

Does Puppetlabs/docker module support Docker plugins?

The puppetlabs/docker module supports the installation of ...READ MORE

answered Aug 14, 2019 in Puppet by Sirajul
• 59,230 points
527 views
0 votes
1 answer

Puppet+Kubernetes : puppetlabs/kubernetes module limitations.

You should have puppet 4.0 or higher ...READ MORE

answered Aug 21, 2019 in Puppet by anonymous
466 views
0 votes
1 answer

Puppet:How does config management tools support kubernetes?

Container management tools and container orchestration tools ...READ MORE

answered Aug 21, 2019 in Puppet by Sirajul
• 59,230 points
382 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,525 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 5,977 views
0 votes
1 answer
0 votes
1 answer

Puppet+Kubernetes: How does puppetlabs/kubernetes module communicate with the Kubernetes API?

The Kubernetes module uses the kubeclient library to ...READ MORE

answered Aug 23, 2019 in Puppet by Sirajul
• 59,230 points
421 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP