Please turn JavaScript on
header-image

Direct DevOps from Quality Thought

Subscribe to Direct DevOps from Quality Thought’s news feed.

Click on “Follow” and decide if you want to get news from Direct DevOps from Quality Thought via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to Direct DevOps from Quality Thought comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from Direct DevOps from Quality Thought which you are really interested in. Click on the blue “Filter” button below to get started.

Website title: Direct DevOps from Quality Thought

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  6.73 / week

Message History

Config Maps Lets try to write a mysql pod --- apiVersion: v1 kind: Pod metadata: name: mysql-pod labels: app: mysql spec: containers: - name: mysql image: mysql:5.7 env: - name: MYSQL_ROOT_PASSWORD value: admin123 - name: MYSQL_DATABASE value: mydb - name: MYSQL_USER value: myuser - name: MYSQL_PASSWORD value: mypassword ports: - containerPort: 3306 Ideally...


Read full story

SSL/TLS in AWS for load balancers prompt You are an AWS expert, I have an application hosted in AWS behind AWS Application load balancer running on url http://secure.khaja.tech/analytics/ I want to make this https, Give me step by step apporach You try this You are an AWS expert, I have an application hosted in AWS behind AWS Application load balancer running on aws url I...


Read full story

Daemonsets

Refer Here Daemonset ensure a pod is schedule on every node (on subset of nodes) Daemonsets support rollingupdates Lets run a daemonset with alpine pod with sleep 1d Daemonset generally run agent kind of applications (log agent, sync ...


Read full story

Prompt for header based load balancing in AWS You are expert in AWS, I want to configure header based routing in Aws I have two autoscaling groups orders and ordersv2 Give me step by step instructions to create in AWS portal and test the workflow HTTPS HTTP is text form and any one can read the contents. While accessing web application with sensitive information we dont want...


Read full story

Managed Kubernetes Managed k8s refers to k8s hosted on the cloud. Cloud providers offer k8s as a service. k8s has master nodes (control plane) and worker nodes (nodes) Cloud providers manage control plane and for that they might charge hourly. The nodes will be charged according to vm sizes. Certain tasks become one-click upgrading k8s cluster backup of k8s cluster monitoring ...


Read full story