agent: | Auto Exec |
What is an "Expert"? How do we create our own expert?
Add credentials for various integrations
Managing workspaces and access control
DagKnows Architecture Overview
Setting up SSO via Azure AD for Dagknows
Enable "Auto Exec" and "Send Execution Result to LLM" in "Adjust Settings" if desired
(Optionally) Add ubuntu user to docker group and refresh group membership
Deployment of an EKS Cluster with Worker Nodes in AWS
Adding, Deleting, Listing DagKnows Proxy credentials or key-value pairs
Comprehensive AWS Security and Compliance Evaluation Workflow (SOC2 Super Runbook)
AWS EKS Version Update 1.29 to 1.30 via terraform
Instruction to allow WinRM connection
MSP Usecase: User Onboarding Azure + M365
Post a message to a Slack channel
How to debug a kafka cluster and kafka topics?
Open VPN Troubleshooting (Powershell)
Execute a simple task on the proxy
Assign the proxy role to a user
Create roles to access credentials in proxy
Install OpenVPN client on Windows laptop
Setup Kubernetes kubectl and Minikube on Ubuntu 22.04 LTS
Install Prometheus and Grafana on the minikube cluster on EC2 instance in the monitoring namespace
update the EKS versions in different clusters
AI agent session 2024-09-12T09:36:14-07:00 by Sarang Dharmapurikar
Parse EDN content and give a JSON out
Check whether a user is there on Azure AD and if the user account status is enabled
Get the input parameters of a Jenkins pipeline
Setup Kubernetes kubectl and Minikube on Ubuntu 22.04 LTS
- 1zSfPsClTnNBjfXBpbAOCSet up kubectl on the required EC2 instance
1
Set up kubectl on the required EC2 instance
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.inputsoutputssudo apt update sudo apt install docker.io sudo systemctl start docker sudo systemctl enable docker sudo apt install -y apt-transport-https ca-certificates curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.listcopied1- 1.1nwg3OrJc3CtkDOy7uVZiTo verify kubectl installation
1.1
To verify kubectl installation
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.inputsoutputssudo snap install kubectl --classic kubectl version --clientcopied1.1
- 2xg7Lvc0QkV64zh9edkUDInstall minikube on the required EC2 Instance
2
Install minikube on the required EC2 Instance
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.inputsoutputscurl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 sudo install minikube-linux-amd64 /usr/local/bin/minikube minikube versioncopied2