- Introductory Videos on Youtube - TechWorld with Nana - https://www.youtube.com/channel/UCdngmbVKX1Tgre699-XLlUA
- Kubernetes Pod's Lifecycle I - https://www.openshift.com/blog/kubernetes-pods-life
- Kubernetes Pod's Lifecycle II - https://medium.com/tech-tajawal/kubernetes-some-lesser-known-concepts-which-were-really-a-deal-breaker-in-the-production-ad607f139571
- https://medium.com/better-programming/5-easy-tips-for-troubleshooting-your-kubernetes-pods-34f594e03ba6
Sign up for an IBM Cloud Account: https://ibm.biz/BdqF8K Python-K8s-Demo: https://github.com/pnbrown/python-k8s-demo
-
Official Kubernetes Training: https://kubernetes.io/training/
-
Kubernetes By Example (from our friends at Red Hat): https://kubernetesbyexample.com/
-
Gitbook (WIP): https://app.gitbook.com/@pnbrown/s/a-devs-intro-to-containers/
WARNING: Article moved to separate repo to allow users contributions: https://github.com/raysan5/custom_game_engines
A couple of weeks ago I played (and finished) A Plague Tale, a game by Asobo Studio. I was really captivated by the game, not only by the beautiful graphics but also by the story and the locations in the game. I decided to investigate a bit about the game tech and I was surprised to see it was developed with a custom engine by a relatively small studio. I know there are some companies using custom engines but it's very difficult to find a detailed market study with that kind of information curated and updated. So this article.
Nowadays lots of companies choose engines like [Unreal](https:
Tips to pass Certified Kubernetes Application Developer (CKAD) exam | |
Getting started Kubernetes :- | |
a) Book : Kubernetes: Up & Running | |
b) Practice practice & practice with CKAD Exercises | |
the Best Kubernetes CKAD sample exercises which cover all parts of the exam https://github.com/dgkanatsios/CKAD-exercises. | |
c) Again, the best practice is use kubectl command well. Use kubectl to create resources (such as deployment, service, cronjobs, secret, configmap…) instead of creating them from manifest files. | |
Incase you have to edit manifest, use dry-run and -o yamlto save yaml file then edit manifest files. | |
d) Kubernetes in Action by Mario Luksa. The book is the holy bible of Kubernetes, and it basically answer all questions you may have ; | |
e) Whether or not you use Kubernetes at work, you should still provision your own cluster somewhere and play with it. |
using System.Collections; | |
using System; | |
using System.Xml; | |
using UnityEngine.Networking; | |
/* | |
Requirement: | |
Yandex Translate API key (https://tech.yandex.com/translate/) | |
Usage: |
Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a
I will be using the root user, but would suggest creating a new user
const AWS = require('aws-sdk'); | |
const ssm = new AWS.SSM(); | |
const configFeatures = { | |
'/path/to/your/config/option': 'someOption', | |
'/path/to/your/config/something_else': 'somethingElse' | |
}; | |
const getConfig = () => |
- The key Deployment strategies and patterns
-
Big-bang
-
Rolling
-
Blue/Green or A/B
-
Canary For more details - https://dev.to/mostlyjason/intro-to-deployment-strategies-blue-green-canary-and-more-3a3
-
DevOps interview questions and possible answers
-
- https://www.simplilearn.com/devops-interview-questions-answers-article