Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
dynatrace.Kubernetes
Explore with Pulumi AI
Create Kubernetes Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Kubernetes(name: string, args: KubernetesArgs, opts?: CustomResourceOptions);
@overload
def Kubernetes(resource_name: str,
args: KubernetesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Kubernetes(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_id_enabled: Optional[bool] = None,
label: Optional[str] = None,
enabled: Optional[bool] = None,
event_patterns: Optional[KubernetesEventPatternsArgs] = None,
filter_events: Optional[bool] = None,
cloud_application_pipeline_enabled: Optional[bool] = None,
certificate_check_enabled: Optional[bool] = None,
endpoint_url: Optional[str] = None,
active_gate_group: Optional[str] = None,
event_processing_active: Optional[bool] = None,
cluster_id: Optional[str] = None,
hostname_verification_enabled: Optional[bool] = None,
include_all_fdi_events: Optional[bool] = None,
auth_token: Optional[str] = None,
open_metrics_builtin_enabled: Optional[bool] = None,
open_metrics_pipeline_enabled: Optional[bool] = None,
pvc_monitoring_enabled: Optional[bool] = None,
scope: Optional[str] = None)
func NewKubernetes(ctx *Context, name string, args KubernetesArgs, opts ...ResourceOption) (*Kubernetes, error)
public Kubernetes(string name, KubernetesArgs args, CustomResourceOptions? opts = null)
public Kubernetes(String name, KubernetesArgs args)
public Kubernetes(String name, KubernetesArgs args, CustomResourceOptions options)
type: dynatrace:Kubernetes
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args KubernetesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args KubernetesArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args KubernetesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KubernetesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KubernetesArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var kubernetesResource = new Dynatrace.Kubernetes("kubernetesResource", new()
{
ClusterIdEnabled = false,
Label = "string",
Enabled = false,
CertificateCheckEnabled = false,
EndpointUrl = "string",
ActiveGateGroup = "string",
ClusterId = "string",
HostnameVerificationEnabled = false,
AuthToken = "string",
Scope = "string",
});
example, err := dynatrace.NewKubernetes(ctx, "kubernetesResource", &dynatrace.KubernetesArgs{
ClusterIdEnabled: pulumi.Bool(false),
Label: pulumi.String("string"),
Enabled: pulumi.Bool(false),
CertificateCheckEnabled: pulumi.Bool(false),
EndpointUrl: pulumi.String("string"),
ActiveGateGroup: pulumi.String("string"),
ClusterId: pulumi.String("string"),
HostnameVerificationEnabled: pulumi.Bool(false),
AuthToken: pulumi.String("string"),
Scope: pulumi.String("string"),
})
var kubernetesResource = new Kubernetes("kubernetesResource", KubernetesArgs.builder()
.clusterIdEnabled(false)
.label("string")
.enabled(false)
.certificateCheckEnabled(false)
.endpointUrl("string")
.activeGateGroup("string")
.clusterId("string")
.hostnameVerificationEnabled(false)
.authToken("string")
.scope("string")
.build());
kubernetes_resource = dynatrace.Kubernetes("kubernetesResource",
cluster_id_enabled=False,
label="string",
enabled=False,
certificate_check_enabled=False,
endpoint_url="string",
active_gate_group="string",
cluster_id="string",
hostname_verification_enabled=False,
auth_token="string",
scope="string")
const kubernetesResource = new dynatrace.Kubernetes("kubernetesResource", {
clusterIdEnabled: false,
label: "string",
enabled: false,
certificateCheckEnabled: false,
endpointUrl: "string",
activeGateGroup: "string",
clusterId: "string",
hostnameVerificationEnabled: false,
authToken: "string",
scope: "string",
});
type: dynatrace:Kubernetes
properties:
activeGateGroup: string
authToken: string
certificateCheckEnabled: false
clusterId: string
clusterIdEnabled: false
enabled: false
endpointUrl: string
hostnameVerificationEnabled: false
label: string
scope: string
Kubernetes Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Kubernetes resource accepts the following input properties:
- Cluster
Id boolEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Label string
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- Active
Gate stringGroup - ActiveGate Group
- Auth
Token string - Create a bearer token for Kubernetes or OpenShift.
- Certificate
Check boolEnabled - Require valid certificates for communication with API server (recommended)
- Cloud
Application boolPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- Cluster
Id string - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- Endpoint
Url string - Get the API URL for Kubernetes or OpenShift.
- Event
Patterns Pulumiverse.Dynatrace. Inputs. Kubernetes Event Patterns - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- Event
Processing boolActive - All events are monitored by default unless event filters are specified.
- Filter
Events bool - Include only events specified by Events Field Selectors
- Hostname
Verification boolEnabled - Verify hostname in certificate against Kubernetes API URL
- Include
All boolFdi Events - For a list of included events, see the documentation.
- Open
Metrics boolBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- Open
Metrics boolPipeline Enabled - For annotation guidance, see the documentation.
- Pvc
Monitoring boolEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- Scope string
- The scope of this setting (KUBERNETES_CLUSTER)
- Cluster
Id boolEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Label string
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- Active
Gate stringGroup - ActiveGate Group
- Auth
Token string - Create a bearer token for Kubernetes or OpenShift.
- Certificate
Check boolEnabled - Require valid certificates for communication with API server (recommended)
- Cloud
Application boolPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- Cluster
Id string - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- Endpoint
Url string - Get the API URL for Kubernetes or OpenShift.
- Event
Patterns KubernetesEvent Patterns Args - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- Event
Processing boolActive - All events are monitored by default unless event filters are specified.
- Filter
Events bool - Include only events specified by Events Field Selectors
- Hostname
Verification boolEnabled - Verify hostname in certificate against Kubernetes API URL
- Include
All boolFdi Events - For a list of included events, see the documentation.
- Open
Metrics boolBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- Open
Metrics boolPipeline Enabled - For annotation guidance, see the documentation.
- Pvc
Monitoring boolEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- Scope string
- The scope of this setting (KUBERNETES_CLUSTER)
- cluster
Id BooleanEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - label String
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- active
Gate StringGroup - ActiveGate Group
- auth
Token String - Create a bearer token for Kubernetes or OpenShift.
- certificate
Check BooleanEnabled - Require valid certificates for communication with API server (recommended)
- cloud
Application BooleanPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- cluster
Id String - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- endpoint
Url String - Get the API URL for Kubernetes or OpenShift.
- event
Patterns KubernetesEvent Patterns - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- event
Processing BooleanActive - All events are monitored by default unless event filters are specified.
- filter
Events Boolean - Include only events specified by Events Field Selectors
- hostname
Verification BooleanEnabled - Verify hostname in certificate against Kubernetes API URL
- include
All BooleanFdi Events - For a list of included events, see the documentation.
- open
Metrics BooleanBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- open
Metrics BooleanPipeline Enabled - For annotation guidance, see the documentation.
- pvc
Monitoring BooleanEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- scope String
- The scope of this setting (KUBERNETES_CLUSTER)
- cluster
Id booleanEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - label string
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- active
Gate stringGroup - ActiveGate Group
- auth
Token string - Create a bearer token for Kubernetes or OpenShift.
- certificate
Check booleanEnabled - Require valid certificates for communication with API server (recommended)
- cloud
Application booleanPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- cluster
Id string - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- endpoint
Url string - Get the API URL for Kubernetes or OpenShift.
- event
Patterns KubernetesEvent Patterns - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- event
Processing booleanActive - All events are monitored by default unless event filters are specified.
- filter
Events boolean - Include only events specified by Events Field Selectors
- hostname
Verification booleanEnabled - Verify hostname in certificate against Kubernetes API URL
- include
All booleanFdi Events - For a list of included events, see the documentation.
- open
Metrics booleanBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- open
Metrics booleanPipeline Enabled - For annotation guidance, see the documentation.
- pvc
Monitoring booleanEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- scope string
- The scope of this setting (KUBERNETES_CLUSTER)
- cluster_
id_ boolenabled - For more information on local Kubernetes API monitoring, see the documentation.
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - label str
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- active_
gate_ strgroup - ActiveGate Group
- auth_
token str - Create a bearer token for Kubernetes or OpenShift.
- certificate_
check_ boolenabled - Require valid certificates for communication with API server (recommended)
- cloud_
application_ boolpipeline_ enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- cluster_
id str - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- endpoint_
url str - Get the API URL for Kubernetes or OpenShift.
- event_
patterns KubernetesEvent Patterns Args - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- event_
processing_ boolactive - All events are monitored by default unless event filters are specified.
- filter_
events bool - Include only events specified by Events Field Selectors
- hostname_
verification_ boolenabled - Verify hostname in certificate against Kubernetes API URL
- include_
all_ boolfdi_ events - For a list of included events, see the documentation.
- open_
metrics_ boolbuiltin_ enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- open_
metrics_ boolpipeline_ enabled - For annotation guidance, see the documentation.
- pvc_
monitoring_ boolenabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- scope str
- The scope of this setting (KUBERNETES_CLUSTER)
- cluster
Id BooleanEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - label String
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- active
Gate StringGroup - ActiveGate Group
- auth
Token String - Create a bearer token for Kubernetes or OpenShift.
- certificate
Check BooleanEnabled - Require valid certificates for communication with API server (recommended)
- cloud
Application BooleanPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- cluster
Id String - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- endpoint
Url String - Get the API URL for Kubernetes or OpenShift.
- event
Patterns Property Map - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- event
Processing BooleanActive - All events are monitored by default unless event filters are specified.
- filter
Events Boolean - Include only events specified by Events Field Selectors
- hostname
Verification BooleanEnabled - Verify hostname in certificate against Kubernetes API URL
- include
All BooleanFdi Events - For a list of included events, see the documentation.
- open
Metrics BooleanBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- open
Metrics BooleanPipeline Enabled - For annotation guidance, see the documentation.
- pvc
Monitoring BooleanEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- scope String
- The scope of this setting (KUBERNETES_CLUSTER)
Outputs
All input properties are implicitly available as output properties. Additionally, the Kubernetes resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Kubernetes Resource
Get an existing Kubernetes resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: KubernetesState, opts?: CustomResourceOptions): Kubernetes
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
active_gate_group: Optional[str] = None,
auth_token: Optional[str] = None,
certificate_check_enabled: Optional[bool] = None,
cloud_application_pipeline_enabled: Optional[bool] = None,
cluster_id: Optional[str] = None,
cluster_id_enabled: Optional[bool] = None,
enabled: Optional[bool] = None,
endpoint_url: Optional[str] = None,
event_patterns: Optional[KubernetesEventPatternsArgs] = None,
event_processing_active: Optional[bool] = None,
filter_events: Optional[bool] = None,
hostname_verification_enabled: Optional[bool] = None,
include_all_fdi_events: Optional[bool] = None,
label: Optional[str] = None,
open_metrics_builtin_enabled: Optional[bool] = None,
open_metrics_pipeline_enabled: Optional[bool] = None,
pvc_monitoring_enabled: Optional[bool] = None,
scope: Optional[str] = None) -> Kubernetes
func GetKubernetes(ctx *Context, name string, id IDInput, state *KubernetesState, opts ...ResourceOption) (*Kubernetes, error)
public static Kubernetes Get(string name, Input<string> id, KubernetesState? state, CustomResourceOptions? opts = null)
public static Kubernetes get(String name, Output<String> id, KubernetesState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Active
Gate stringGroup - ActiveGate Group
- Auth
Token string - Create a bearer token for Kubernetes or OpenShift.
- Certificate
Check boolEnabled - Require valid certificates for communication with API server (recommended)
- Cloud
Application boolPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- Cluster
Id string - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- Cluster
Id boolEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Endpoint
Url string - Get the API URL for Kubernetes or OpenShift.
- Event
Patterns Pulumiverse.Dynatrace. Inputs. Kubernetes Event Patterns - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- Event
Processing boolActive - All events are monitored by default unless event filters are specified.
- Filter
Events bool - Include only events specified by Events Field Selectors
- Hostname
Verification boolEnabled - Verify hostname in certificate against Kubernetes API URL
- Include
All boolFdi Events - For a list of included events, see the documentation.
- Label string
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- Open
Metrics boolBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- Open
Metrics boolPipeline Enabled - For annotation guidance, see the documentation.
- Pvc
Monitoring boolEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- Scope string
- The scope of this setting (KUBERNETES_CLUSTER)
- Active
Gate stringGroup - ActiveGate Group
- Auth
Token string - Create a bearer token for Kubernetes or OpenShift.
- Certificate
Check boolEnabled - Require valid certificates for communication with API server (recommended)
- Cloud
Application boolPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- Cluster
Id string - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- Cluster
Id boolEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Endpoint
Url string - Get the API URL for Kubernetes or OpenShift.
- Event
Patterns KubernetesEvent Patterns Args - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- Event
Processing boolActive - All events are monitored by default unless event filters are specified.
- Filter
Events bool - Include only events specified by Events Field Selectors
- Hostname
Verification boolEnabled - Verify hostname in certificate against Kubernetes API URL
- Include
All boolFdi Events - For a list of included events, see the documentation.
- Label string
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- Open
Metrics boolBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- Open
Metrics boolPipeline Enabled - For annotation guidance, see the documentation.
- Pvc
Monitoring boolEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- Scope string
- The scope of this setting (KUBERNETES_CLUSTER)
- active
Gate StringGroup - ActiveGate Group
- auth
Token String - Create a bearer token for Kubernetes or OpenShift.
- certificate
Check BooleanEnabled - Require valid certificates for communication with API server (recommended)
- cloud
Application BooleanPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- cluster
Id String - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- cluster
Id BooleanEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - endpoint
Url String - Get the API URL for Kubernetes or OpenShift.
- event
Patterns KubernetesEvent Patterns - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- event
Processing BooleanActive - All events are monitored by default unless event filters are specified.
- filter
Events Boolean - Include only events specified by Events Field Selectors
- hostname
Verification BooleanEnabled - Verify hostname in certificate against Kubernetes API URL
- include
All BooleanFdi Events - For a list of included events, see the documentation.
- label String
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- open
Metrics BooleanBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- open
Metrics BooleanPipeline Enabled - For annotation guidance, see the documentation.
- pvc
Monitoring BooleanEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- scope String
- The scope of this setting (KUBERNETES_CLUSTER)
- active
Gate stringGroup - ActiveGate Group
- auth
Token string - Create a bearer token for Kubernetes or OpenShift.
- certificate
Check booleanEnabled - Require valid certificates for communication with API server (recommended)
- cloud
Application booleanPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- cluster
Id string - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- cluster
Id booleanEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - endpoint
Url string - Get the API URL for Kubernetes or OpenShift.
- event
Patterns KubernetesEvent Patterns - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- event
Processing booleanActive - All events are monitored by default unless event filters are specified.
- filter
Events boolean - Include only events specified by Events Field Selectors
- hostname
Verification booleanEnabled - Verify hostname in certificate against Kubernetes API URL
- include
All booleanFdi Events - For a list of included events, see the documentation.
- label string
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- open
Metrics booleanBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- open
Metrics booleanPipeline Enabled - For annotation guidance, see the documentation.
- pvc
Monitoring booleanEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- scope string
- The scope of this setting (KUBERNETES_CLUSTER)
- active_
gate_ strgroup - ActiveGate Group
- auth_
token str - Create a bearer token for Kubernetes or OpenShift.
- certificate_
check_ boolenabled - Require valid certificates for communication with API server (recommended)
- cloud_
application_ boolpipeline_ enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- cluster_
id str - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- cluster_
id_ boolenabled - For more information on local Kubernetes API monitoring, see the documentation.
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - endpoint_
url str - Get the API URL for Kubernetes or OpenShift.
- event_
patterns KubernetesEvent Patterns Args - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- event_
processing_ boolactive - All events are monitored by default unless event filters are specified.
- filter_
events bool - Include only events specified by Events Field Selectors
- hostname_
verification_ boolenabled - Verify hostname in certificate against Kubernetes API URL
- include_
all_ boolfdi_ events - For a list of included events, see the documentation.
- label str
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- open_
metrics_ boolbuiltin_ enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- open_
metrics_ boolpipeline_ enabled - For annotation guidance, see the documentation.
- pvc_
monitoring_ boolenabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- scope str
- The scope of this setting (KUBERNETES_CLUSTER)
- active
Gate StringGroup - ActiveGate Group
- auth
Token String - Create a bearer token for Kubernetes or OpenShift.
- certificate
Check BooleanEnabled - Require valid certificates for communication with API server (recommended)
- cloud
Application BooleanPipeline Enabled - Monitor Kubernetes namespaces, services, workloads, and pods
- cluster
Id String - Unique ID of the cluster, the containerized ActiveGate is deployed to. Defaults to the UUID of the kube-system namespace. The cluster ID of containerized ActiveGates is shown on the Deployment status screen.
- cluster
Id BooleanEnabled - For more information on local Kubernetes API monitoring, see the documentation.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - endpoint
Url String - Get the API URL for Kubernetes or OpenShift.
- event
Patterns Property Map - Define Kubernetes event filters to ingest events into your environment. For more details, see the documentation.
- event
Processing BooleanActive - All events are monitored by default unless event filters are specified.
- filter
Events Boolean - Include only events specified by Events Field Selectors
- hostname
Verification BooleanEnabled - Verify hostname in certificate against Kubernetes API URL
- include
All BooleanFdi Events - For a list of included events, see the documentation.
- label String
- Renaming the cluster breaks configurations that are based on its name (e.g., management zones, and alerting).
- open
Metrics BooleanBuiltin Enabled - The workload resource metrics are based on a subset of cAdvisor metrics. Depending on your Kubernetes cluster size, this may increase the CPU/memory resource consumption of your ActiveGate.
- open
Metrics BooleanPipeline Enabled - For annotation guidance, see the documentation.
- pvc
Monitoring BooleanEnabled - To enable dashboards and alerts, add the Kubernetes persistent volume claims extension to your environment.
- scope String
- The scope of this setting (KUBERNETES_CLUSTER)
Supporting Types
KubernetesEventPatterns, KubernetesEventPatternsArgs
KubernetesEventPatternsEventPattern, KubernetesEventPatternsEventPatternArgs
- Active bool
- Activate
- Label string
- Field selector name
- Pattern string
- The set of allowed characters for this field has been extended with ActiveGate version 1.259. For more details, see the documentation.
- Active bool
- Activate
- Label string
- Field selector name
- Pattern string
- The set of allowed characters for this field has been extended with ActiveGate version 1.259. For more details, see the documentation.
- active Boolean
- Activate
- label String
- Field selector name
- pattern String
- The set of allowed characters for this field has been extended with ActiveGate version 1.259. For more details, see the documentation.
- active boolean
- Activate
- label string
- Field selector name
- pattern string
- The set of allowed characters for this field has been extended with ActiveGate version 1.259. For more details, see the documentation.
- active bool
- Activate
- label str
- Field selector name
- pattern str
- The set of allowed characters for this field has been extended with ActiveGate version 1.259. For more details, see the documentation.
- active Boolean
- Activate
- label String
- Field selector name
- pattern String
- The set of allowed characters for this field has been extended with ActiveGate version 1.259. For more details, see the documentation.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.