kFunctions

4.1.2.3

PowerShell Advanced Functions for Kubernetes.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name kFunctions

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name kFunctions

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2022 Joe Acosta. All rights reserved.

Package Details

Author(s)

  • Joe Acosta

Tags

API MicroK8s K8s Kubernetes

Functions

Get-K8sAPIInfo Get-K8sNamespace Get-K8sObject Get-K8sPod

Dependencies

This module has no dependencies.

Release Notes

Read Examples and Notes for function use.
       Added Get-K8sObject to query all v1 Resources (version 1.23).
       Renamed Get-Namespace to Get-K8sNamespace.  Kept for reference.  Better output in Get-K8sObject.
       Renamed Get-Pod to Get-K8sPod.  Kept as an alternate method for retrieving pods with containers.
       Tested with PowerShell 7 against Kubernetes v1.23.0.

FileList

Version History

Version Downloads Last updated
4.1.2.3 (current version) 129 1/11/2022
3.4.5.6 172 7/1/2021
2.3.4.6 78 6/23/2021
2.3.4.5 96 4/3/2021
2.1.1.2 128 3/8/2021
1.1.1.1 76 1/24/2021
Show more