www.capsunlock.net Open in urlscan Pro
107.161.18.181  Public Scan

URL: https://www.capsunlock.net/
Submission: On February 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://www.capsunlock.net/

<form role="search" method="get" id="searchform" class="searchform" action="https://www.capsunlock.net/">
  <div>
    <label class="screen-reader-text" for="s">Search for:</label>
    <input type="text" value="" name="s" id="s">
    <input type="submit" id="searchsubmit" value="Search">
  </div>
</form>

Text Content

CAPSUNLOCK.NET | AWS CONSULTANT | DEVOPS | PHILIPPINES


BECAUSE UNIX COMMANDS ARE MOSTLY LOWERCASE.

Menu Skip to content
 * Home
 * Services
 * Contact
 * About


MICROK8S AND WAGTAIL BAKERY

Leave a reply

Playing around with Kubernetes? Just found the easy way to test it using
Microk8s.io MicroK8s make you focus on building and testing your application to
run on K8s. It’s best tool to test microservices locally.

To start running a Wagtail CMS a Python CMS, we selected the bakery demo.

Here we have documented how to run the demo using Microk8s.
Assuming you have run microk8s on you local machine, start creating the Docker
image. Another great tool to convert docker-compose file to kubernetes is to use
the kompose.io.

$ docker build . -t bakery_app2:local
$ docker save bakery_app2 > bakeryapp.tar
 
$ microk8s.ctr  -n k8s.io image import bakeryapp.tar
$ microk8s.ctr -n k8s.io images list | grep bakery

See the deployment/app-deployment.yaml it is using the local image
bakerydemo_app:latest Then start deploying the yaml files using microk8s.kubectl
apply -f command.

Sample *.yaml files are inside directory deployment or generate it using the
command below:

$ cd deployment
$ kompose convert -f ../docker-compose.yml

Here is Wagtails Demo running inside microk8s screenshots.






Making it easier to migrate to use K8 can be on Google or AWS.

This entry was posted in ubuntu and tagged kubernetes, python on August 29, 2019
by rodney.


LXD WEB INTERFACE

Leave a reply

Been playing and revisiting with LXD and finally looking for an interface for
it. Found LXDUI. Although you can manage it in command prompt, too using lxc
commands, sometimes its best to get a friendly interface for it.



Here is a screenshot of the UI for LXD:



Created a small fix for it for the Clone and Move Container buttons to work. 😀
See pull request #289

Reference:
https://github.com/AdaptiveScale/lxduihttps://linuxcontainers.org/lxd/introduction/

This entry was posted in linux and tagged lxc, python on August 28, 2019 by
rodney.


POST NAVIGATION

← Older posts



SEARCH

Search for:


TAGS

 * AMI
 * ansible
 * api
 * aws
 * balancer
 * business
 * cloud computing
 * collectd
 * cruisecontrol
 * devops
 * ebs
 * ec2
 * elb
 * Flask
 * freelancing
 * hyperic
 * java
 * jbilling
 * kubernetes
 * linux
 * littlechef
 * mongodb
 * monitoring
 * mysql
 * oracle
 * puppet
 * puppetmaster
 * puppetshow
 * python
 * rails
 * RDS
 * reserve instance
 * REST
 * ruby
 * saas
 * sqs
 * ssh
 * svn
 * tagging instances
 * tomcat
 * toolkit
 * tools
 * trends
 * ubuntu
 * vagrant


POPULAR POSTS

 * Create EBS Boot AMI 57 comments
 * Launching Asia Pacific EC2 Instances using Mr.Awsome 9 comments
 * Deleting Old EBS Snapshots 7 comments
 * MongoDB using ec2-consistent-snapshot 7 comments
 * Five Easy Steps to Tag EC2 Instance Using mr.awsome 6 comments


RECENT POSTS

 * Microk8s and Wagtail Bakery
 * LXD Web Interface
 * Kubernetes using Amazon EKS
 * Run Ansible Playbooks with Terraform
 * Packer for building AMI on EC2 and beyond.


ARCHIVES

 * 2019 (3)
 * 2016 (3)
 * 2015 (3)
 * 2014 (3)
 * 2013 (4)
 * 2012 (10)
 * 2011 (9)
 * 2010 (12)
 * 2009 (24)
 * 2008 (25)
 * 2007 (3)


Proudly powered by WordPress