@itentialopensource/adapter-kubernetes 0.8.3 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.8.5 [03-28-2024]
3
+
4
+ * Changes made at 2024.03.28_13:28PM
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-kubernetes!14
7
+
8
+ ---
9
+
10
+ ## 0.8.4 [03-11-2024]
11
+
12
+ * Changes made at 2024.03.11_15:39PM
13
+
14
+ See merge request itentialopensource/adapters/cloud/adapter-kubernetes!13
15
+
16
+ ---
17
+
2
18
  ## 0.8.3 [02-28-2024]
3
19
 
4
20
  * Changes made at 2024.02.28_11:55AM
package/TAB1.md ADDED
@@ -0,0 +1,16 @@
1
+ # Overview
2
+
3
+ This adapter is used to integrate the Itential Automation Platform (IAP) with the Kubernetes System. The API that was used to build the adapter for Kubernetes is usually available in the report directory of this adapter. The adapter utilizes the Kubernetes API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
4
+
5
+ ## Details
6
+ The Kubernetes adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Kubernetes. With this adapter you have the ability to perform operations such as:
7
+
8
+ - Service Discovery and Load Balancing: Kubernetes can expose a container using the DNS name or using its own IP address. If traffic to a container is high, automatically distribute the network traffic so that the deployment is stable.
9
+
10
+ - Storage Orchestration: Automatically mount a storage system of your choice, such as local storages, public cloud providers, and more.
11
+
12
+ - Automated Rollouts and Rollbacks: You can describe the desired state for your deployed containers, and it can change the actual state to the desired state at a controlled rate.
13
+
14
+ - Automatic Bin Packing: Automatically run containerized tasks with descriptions of how much CPU and memory (RAM) each container needs. Kubernetes can fit containers onto your nodes to make the best use of your resources.
15
+
16
+ For further technical details on how to install and use this adapter, please click the Technical Documentation tab.