-
🔭 I’m a DevOps Engineer and mostly working on Kubernetes/Containers & Serverless.
-
💬 We can get in touch and discuss anything related to DevOps, AWS, Kubernetes and Laravel.
-
📫 How to reach me: @Zawye_lwin on
-
⚡ Fun fact: I love coffee and I like to break things...
- Yangon,Myanmar
- https://oopsops.com
Pinned Loading
-
laravel-installer-docker
laravel-installer-docker PublicStreamline Laravel development with Docker
Makefile
-
Some handy kubectl commands to make ...
Some handy kubectl commands to make your life easier.Collected from some great resources I found out and some tweaks from their implementations. All credits goes to the original authors. 1$ cd /etc/kubernetes/pki/
2$ mv {apiserver.crt,apiserver-etcd-client.key,apiserver-kubelet-client.crt,front-proxy-ca.crt,front-proxy-client.crt,front-proxy-client.key,front-proxy-ca.key,apiserver-kubelet-client.key,apiserver.key,apiserver-etcd-client.crt} ~/certs-bak
3$ kubeadm init phase certs all
4$ cd /etc/kubernetes/
5$ mv {admin.conf,controller-manager.conf,kubelet.conf,scheduler.conf} ~/certs-bak
-
kaniko-alpine
kaniko-alpine PublicKaniko based on Alpine with bash,git,jq and coreutils included.
Dockerfile
-
Deploy a Laravel app properly.
Deploy a Laravel app properly. 1Add a user to the server and append the user to the sudo group. You can verify the user is in the sudo group using ```id <username>``` command.
23```bash
4adduser <username>
5usrmod -aG sudo <username>
-
az-aad-rbac.tf
az-aad-rbac.tf 1######################################################################### SERVER
23resource "azuread_application" "server" {
4name = "k8s_server"
5reply_urls = ["http://k8s_server"]
-
0opsops/terraform-aws-synthetics-canary
0opsops/terraform-aws-synthetics-canary PublicTerraform module for Amazon CloudWatch Synthetics
HCL
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.